![]() |
Belle II Software development
|
Interface class for Tensor template instantiations. More...
#include <ONNX.h>
Public Member Functions | |
virtual Ort::Value | createOrtTensor ()=0 |
Is implemented by Tensor::createOrtTensor. | |
Interface class for Tensor template instantiations.
Provides a common base class to store heterogeneous Tensor<T> instances in a map, for use in Session::run
.
|
inlinevirtual |
|
pure virtual |
Is implemented by Tensor::createOrtTensor.
Implemented in Tensor< T >.