24.08
|
This is the complete list of members for TfLiteParserImpl, including all inherited members.
BufferPtr typedef | TfLiteParserImpl | |
BufferRawPtr typedef | TfLiteParserImpl | |
CreateNetworkFromBinary(const std::vector< uint8_t > &binaryContent) | TfLiteParserImpl | |
CreateNetworkFromBinaryAsDynamic(const std::vector< uint8_t > &binaryContent) | TfLiteParserImpl | |
CreateNetworkFromBinaryFile(const char *graphFile) | TfLiteParserImpl | |
GetBuffer(const ModelPtr &model, size_t bufferIndex) | TfLiteParserImpl | static |
GetInputs(const ModelPtr &model, size_t subgraphIndex, size_t operatorIndex) | TfLiteParserImpl | static |
GetInputTensorIds(const ModelPtr &model, size_t subgraphIndex, size_t operatorIndex) | TfLiteParserImpl | static |
GetNetworkInputBindingInfo(size_t subgraphId, const std::string &name) const | TfLiteParserImpl | |
GetNetworkOutputBindingInfo(size_t subgraphId, const std::string &name) const | TfLiteParserImpl | |
GetOutputs(const ModelPtr &model, size_t subgraphIndex, size_t operatorIndex) | TfLiteParserImpl | static |
GetOutputTensorIds(const ModelPtr &model, size_t subgraphIndex, size_t operatorIndex) | TfLiteParserImpl | static |
GetSubgraphCount() const | TfLiteParserImpl | |
GetSubgraphInputs(const ModelPtr &model, size_t subgraphIndex) | TfLiteParserImpl | static |
GetSubgraphInputTensorNames(size_t subgraphId) const | TfLiteParserImpl | |
GetSubgraphOutputs(const ModelPtr &model, size_t subgraphIndex) | TfLiteParserImpl | static |
GetSubgraphOutputTensorNames(size_t subgraphId) const | TfLiteParserImpl | |
GetVersion() | TfLiteParserImpl | static |
LoadModel(std::unique_ptr< tflite::ModelT > model) | TfLiteParserImpl | |
LoadModelFromBinary(const uint8_t *binaryContent, size_t len) | TfLiteParserImpl | static |
LoadModelFromFile(const char *fileName) | TfLiteParserImpl | static |
ModelPtr typedef | TfLiteParserImpl | |
OperatorCodePtr typedef | TfLiteParserImpl | |
OperatorPtr typedef | TfLiteParserImpl | |
OutputShapeOfReshape(const armnn::TensorInfo &inputTensorInfo, const std::vector< int32_t > &targetDimsIn) | TfLiteParserImpl | static |
OutputShapeOfSqueeze(std::vector< uint32_t > squeezeDims, const armnn::TensorInfo &inputTensorInfo) | TfLiteParserImpl | static |
SubgraphPtr typedef | TfLiteParserImpl | |
TensorIdRawPtr typedef | TfLiteParserImpl | |
TensorIdRawPtrVector typedef | TfLiteParserImpl | |
TensorPtr typedef | TfLiteParserImpl | |
TensorRawPtr typedef | TfLiteParserImpl | |
TensorRawPtrVector typedef | TfLiteParserImpl | |
TfLiteParserImpl(const armnn::Optional< ITfLiteParser::TfLiteParserOptions > &options=armnn::EmptyOptional()) | TfLiteParserImpl | |
~TfLiteParserImpl()=default | TfLiteParserImpl |