Expand description
The core graph datastructure.
Structs§
- Conv
Details - Graph
- The core graph datastructure.
- Slice
Range - Value
- A value in a Graph.
- Value
Info - Information about a Value, most importantly its shape and creating operation.
Enums§
- Binary
Op - Operation
- The core set of graph operations. Some attempt was made to keep operations orthogonal but flexible, so they can be composed easily.
- Reduce
Op - UnaryOp
Functions§
- broadcast_
shape_ symmetric - This corresponds to multidimensional broadcasting in the ONNX spec.
- broadcast_
tensors_ symmetric - erf
- Formula and coefficients from https://en.wikipedia.org/wiki/Error_function#Numerical_approximations
(Abramowitz and Stegun), Max error
3e-7
.