Home
last modified time | relevance | path

Searched defs:TfLiteIndexToNnIndex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_plugin.h32 int (*TfLiteIndexToNnIndex)(NnapiMappingUtilCInterface* mapping, int index); member
H A Dnnapi_delegate.cc5381 static int TfLiteIndexToNnIndex(NnapiMappingUtilCInterface* mapping, in TfLiteIndexToNnIndex() function in tflite::delegate::nnapi::NnapiMappingUtilCInterfaceImpl