Expand description
CPU graph execution.
Structs§
Functions§
- batched_
mat_ mul - concatenate
- Wrapper around ndarray::concatenate() that can handle an empty input list.
- convolution
- cpu_
eval_ graph - cpu_
eval_ graph_ exec - Evaluate the given graph on the CPU, with the given batch size and inputs, returning the full execution state including profiling information.
- cpu_
flip - cpu_
gather - cpu_
slice - layernorm
- Layernorm along the given axis of the tensor.
- slice_
info - softmax
- Softmax along the given axis of the tensor. Implementation (and more importantly, the generic bounds) based on softmax within the onnxruntime crate