onnxs v0.2.0 Onnx.ValueInfoProto

Defines information on value, including the name, the type, and the shape of the value.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Onnx.ValueInfoProto{
  doc_string: String.t(),
  name: String.t(),
  type: Onnx.TypeProto.t()
}

Link to this section Functions

Link to this function new(attrs \\ %{})