SourceXtractorPlusPlus  0.12
Please provide a description of the project.
Namespaces | Functions | Variables
OnnxTaskFactory.cpp File Reference
#include "SEImplementation/Plugin/Onnx/OnnxPlugin.h"
#include "SEImplementation/Plugin/Onnx/OnnxTaskFactory.h"
#include "SEImplementation/Plugin/Onnx/OnnxSourceTask.h"
#include "SEImplementation/Plugin/Onnx/OnnxProperty.h"
#include "SEImplementation/Plugin/Onnx/OnnxConfig.h"
#include <NdArray/NdArray.h>
#include <AlexandriaKernel/memory_tools.h>
#include <onnxruntime_cxx_api.h>
Include dependency graph for OnnxTaskFactory.cpp:

Go to the source code of this file.

Namespaces

 SourceXtractor
 

Functions

static std::string SourceXtractor::generatePropertyName (const OnnxModel &model_info, OrtAllocator *allocator)
 
static std::string SourceXtractor::formatShape (const std::vector< int64_t > &shape)
 
template<typename T >
static void SourceXtractor::registerColumnConverter (OutputRegistry &registry, const OnnxModel &model)
 

Variables

static Ort::Env SourceXtractor::ORT_ENV