Belle II Software development
BaseTensor Class Referenceabstract

Interface class for Tensor template instantiations. More...

#include <ONNX.h>

Inheritance diagram for BaseTensor:
Tensor< T >

Public Member Functions

virtual Ort::Value createOrtTensor ()=0
 Is implemented by Tensor::createOrtTensor.
 

Detailed Description

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.

Definition at line 31 of file ONNX.h.

Constructor & Destructor Documentation

◆ ~BaseTensor()

virtual ~BaseTensor ( )
inlinevirtual

Definition at line 33 of file ONNX.h.

33{}

Member Function Documentation

◆ createOrtTensor()

virtual Ort::Value createOrtTensor ( )
pure virtual

Is implemented by Tensor::createOrtTensor.

Implemented in Tensor< T >.


The documentation for this class was generated from the following file: