onnxs v0.1.0 Onnx.TensorProto
A message defined to store a tensor in its serialized format.
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Onnx.TensorProto{ data_type: integer(), dims: [integer()], doc_string: String.t(), double_data: [float()], float_data: [float()], int32_data: [integer()], int64_data: [integer()], name: String.t(), raw_data: String.t(), segment: Onnx.TensorProto.Segment.t(), string_data: [String.t()], uint64_data: [non_neg_integer()] }
Link to this section Functions
Link to this function
decode(data)
Link to this function
encode(struct)
Link to this function
new(attrs \\ %{})