onnxs v0.2.0 Onnx.NodeProto
NodeProto stores a node that is similar to the notion of “layer” or “operator” in many deep learning frameworks. For example, it can be a node of type “Conv” that takes in an image, a filter tensor and a bias tensor, and produces the convolved output.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
decode(data)
Link to this function
encode(struct)
Link to this function
new(attrs \\ %{})