Searched refs:NnapiMappingUtilCInterface (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate_plugin.h | 29 typedef struct NnapiMappingUtilCInterface { struct 32 int (*TfLiteIndexToNnIndex)(NnapiMappingUtilCInterface* mapping, int index); argument 37 int (*AddNewNonTensorOperand)(NnapiMappingUtilCInterface* mapping); argument 42 int (*AddNewNnTensorIndex)(NnapiMappingUtilCInterface* mapping, argument 49 NnapiMappingUtilCInterface* mapping); argument 55 NnapiMappingUtilCInterface* mapping, int index); argument 58 void (*AddTypeConversion)(NnapiMappingUtilCInterface* mapping, argument 62 void (*AddNnapiToTfliteOpMapping)(NnapiMappingUtilCInterface* mapping, argument 68 } NnapiMappingUtilCInterface; typedef 86 int node_index, NnapiMappingUtilCInterface* mapping,
|
H A D | nnapi_delegate_kernel.h | 113 void operator()(NnapiMappingUtilCInterface* mapping_util); 276 static NnapiMappingUtilCInterface* NnapiMappingUtilCInterfaceCreate(); 355 std::unique_ptr<NnapiMappingUtilCInterface, NNFreeMappingUtil> mapping_util_;
|
H A D | nnapi_delegate.cc | 852 NnapiMappingUtilCInterface* mapping_util, in NNAPIOpBuilder() 1984 NnapiMappingUtilCInterface* const mapping_util_; 5371 void NNFreeMappingUtil::operator()(NnapiMappingUtilCInterface* mapping_util) { in operator ()() 5381 static int TfLiteIndexToNnIndex(NnapiMappingUtilCInterface* mapping, in TfLiteIndexToNnIndex() 5392 static int AddNewNonTensorOperand(NnapiMappingUtilCInterface* mapping) { in AddNewNonTensorOperand() 5399 NnapiMappingUtilCInterface* mapping) { in AddDelegateGeneratedInputAnnTensorOperand() 5405 static int AddNewNnTensorIndex(NnapiMappingUtilCInterface* mapping, in AddNewNnTensorIndex() 5421 NnapiMappingUtilCInterface* mapping, int index) { in TfLiteIndexToNnTypeConversion() 5432 static void AddTypeConversion(NnapiMappingUtilCInterface* mapping, in AddTypeConversion() 5445 static void AddNnapiToTfliteOpMapping(NnapiMappingUtilCInterface* mapping, in AddNnapiToTfliteOpMapping() [all …]
|
H A D | nnapi_delegate_test.cc | 5546 NnapiMappingUtilCInterface* mapping, in AddFloat32Tensor() 5579 NnapiMappingUtilCInterface* mapping, in DoMapNode()
|