Home
last modified time | relevance | path

Searched refs:BuildInterpreterWithNNAPI (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_test.cc144 void BuildInterpreterWithNNAPI(std::vector<std::vector<int>> input_shapes, in BuildInterpreterWithNNAPI() function in tflite::__anon1a74836d0111::SingleOpModelWithNNAPI
203 BuildInterpreterWithNNAPI({GetShape(input1_), GetShape(input2_)}, in Init()
542 BuildInterpreterWithNNAPI({GetShape(input1_), GetShape(input2_)}); in FloatMulOpModel()
580 BuildInterpreterWithNNAPI({GetShape(input_)}); in FloatPoolingOpModel()
665 BuildInterpreterWithNNAPI( in ConvolutionOpModel()
1068 BuildInterpreterWithNNAPI( in PerChannelQuantizedConvolutionWithConstantFilterOpModel()
1166 BuildInterpreterWithNNAPI( in DepthwiseConvolutionOpModel()
1291 BuildInterpreterWithNNAPI( in FullyConnectedOpModel()
1405 BuildInterpreterWithNNAPI({GetShape(input_)}); in SoftmaxOpModel()
1504 BuildInterpreterWithNNAPI( in ReshapeOpModel()
[all …]
H A Dnnapi_delegate_c_api_test.cc52 void BuildInterpreterWithNNAPI(std::vector<std::vector<int>> input_shapes) { in BuildInterpreterWithNNAPI() function in tflite::__anon51a303080111::SingleOpModelWithNnapiDelegateCApi
102 BuildInterpreterWithNNAPI({GetShape(input1_), GetShape(input2_)}); in Init()