Module graph

Source
Expand description

The core graph datastructure.

Structs§

ConvDetails
Graph
The core graph datastructure.
SliceRange
Value
A value in a Graph.
ValueInfo
Information about a Value, most importantly its shape and creating operation.

Enums§

BinaryOp
Operation
The core set of graph operations. Some attempt was made to keep operations orthogonal but flexible, so they can be composed easily.
ReduceOp
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.