ExTorch.Export.CompiledGraph (extorch v0.4.0)

Copy Markdown

A pre-compiled graph executor for zero-overhead inference.

Created by ExTorch.Export.compile/2 at load time. Holds pre-resolved C++ operator handles and integer-indexed argument templates, eliminating all per-op overhead during forward_compiled/2.

Summary

Types

t()

@type t() :: %ExTorch.Export.CompiledGraph{
  reference: reference(),
  resource: reference()
}