HexagonTpu.GraphInfo (hexagon_tpu v0.1.1)

Copy Markdown

Metadata for one graph in a loaded context: its name and I/O tensors.

Summary

Types

t()

@type t() :: %HexagonTpu.GraphInfo{
  inputs: [HexagonTpu.TensorInfo.t()],
  name: String.t(),
  outputs: [HexagonTpu.TensorInfo.t()]
}