onnxs v0.2.0 Onnx.GraphProto

GraphProto defines a parameterized series of nodes to form a directed acyclic graph. This is the equivalent of the “network” and “graph” in many deep learning frameworks.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Onnx.GraphProto{
  doc_string: String.t(),
  initializer: [Onnx.TensorProto.t()],
  input: [Onnx.ValueInfoProto.t()],
  name: String.t(),
  node: [Onnx.NodeProto.t()],
  output: [Onnx.ValueInfoProto.t()],
  value_info: [Onnx.ValueInfoProto.t()]
}

Link to this section Functions

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