#include <onnxruntime_lite_custom_op.h>
Ort::Custom::TensorArray::TensorArray |
( |
OrtKernelContext * |
ctx, |
|
|
size_t |
start_indice, |
|
|
bool |
is_input |
|
) |
| |
|
inline |
template<typename T >
T* Ort::Custom::TensorArray::AllocateOutput |
( |
size_t |
ith_output, |
|
|
const std::vector< int64_t > & |
shape |
|
) |
| |
|
inline |
Tensor<std::string>& Ort::Custom::TensorArray::AllocateStringTensor |
( |
size_t |
ith_output | ) |
|
|
inline |
const TensorPtr& Ort::Custom::TensorArray::operator[] |
( |
size_t |
ith_input | ) |
const |
|
inline |
size_t Ort::Custom::TensorArray::Size |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: