Searched defs:operatorIndex (Results 1 – 2 of 2) sorted by relevance
/external/armnn/src/armnnTfLiteParser/ |
D | TfLiteParser.cpp | 84 size_t operatorIndex, in CheckModel() 638 size_t operatorIndex = 0; in CreateNetworkFromModel() local 738 void TfLiteParser::ParseCustomOperator(size_t subgraphIndex, size_t operatorIndex) in ParseCustomOperator() 760 void TfLiteParser::ParseUnsupportedOperator(size_t subgraphIndex, size_t operatorIndex) in ParseUnsupportedOperator() 809 void TfLiteParser::ParseConv2D(size_t subgraphIndex, size_t operatorIndex) in ParseConv2D() 892 void TfLiteParser::ParseDepthwiseConv2D(size_t subgraphIndex, size_t operatorIndex) in ParseDepthwiseConv2D() 979 void TfLiteParser::ParseDequantize(size_t subgraphIndex, size_t operatorIndex) in ParseDequantize() 1004 void TfLiteParser::ParseExp(size_t subgraphIndex, size_t operatorIndex) in ParseExp() 1031 void TfLiteParser::ParseTranspose(size_t subgraphIndex, size_t operatorIndex) in ParseTranspose() 1071 void TfLiteParser::ParseTransposeConv(size_t subgraphIndex, size_t operatorIndex) in ParseTransposeConv() [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
|