HexagonTpu. GraphInfo
(hexagon_tpu v0.1.0)
Copy Markdown
Metadata for one graph in a loaded context: its name and I/O tensors.
Summary
Types
@type t() :: %HexagonTpu.GraphInfo{ inputs: [HexagonTpu.TensorInfo.t()], name: String.t(), outputs: [HexagonTpu.TensorInfo.t()] }