Searched defs:operatorIndex (Results 1 – 2 of 2) sorted by relevance
| /external/armnn/src/armnnTfLiteParser/ |
| D | TfLiteParser.cpp | 146 size_t operatorIndex, in CheckModel() 288 …ator GetOpCode(const TfLiteParserImpl::ModelPtr& model, size_t subgraphIndex, size_t operatorIndex) in GetOpCode() 813 size_t operatorIndex, in InputTensorInfo() 835 size_t operatorIndex, in OutputTensorInfoFromInputs() 893 size_t operatorIndex, in OutputTensorInfoFromShapes() 986 size_t operatorIndex = 0; in CreateNetworkFromModel() local 1110 void TfLiteParserImpl::ParseCustomOperator(size_t subgraphIndex, size_t operatorIndex) in ParseCustomOperator() 1132 void TfLiteParserImpl::ParseUnsupportedOperator(size_t subgraphIndex, size_t operatorIndex) in ParseUnsupportedOperator() 1188 void TfLiteParserImpl::ParseCast(size_t subgraphIndex, size_t operatorIndex) in ParseCast() 1212 void TfLiteParserImpl::ParseConv2D(size_t subgraphIndex, size_t operatorIndex) in ParseConv2D() [all …]
|
| /external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ |
| D | SequentialProcessor.java | 41 protected final Map<String, List<Integer>> operatorIndex; field in SequentialProcessor 60 private final Map<String, List<Integer>> operatorIndex; field in SequentialProcessor.Builder
|