Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddepthwise_conv_test.cc133 class DepthwiseConvolutionOpModel : public BaseDepthwiseConvolutionOpModel { class
163 DepthwiseConvolutionOpModel m( in TEST_P()
194 DepthwiseConvolutionOpModel m( in TEST_P()
225 DepthwiseConvolutionOpModel m( in TEST_P()
256 DepthwiseConvolutionOpModel m( in StrideTest()
294 DepthwiseConvolutionOpModel m( in PaddingTest()
333 DepthwiseConvolutionOpModel m(registration, in SimpleTest()
376 DepthwiseConvolutionOpModel m( in SimpleDilatedTestPaddingValid()
438 DepthwiseConvolutionOpModel m( in SimpleDilatedTestPaddingSame()
482 DepthwiseConvolutionOpModel m( in BatchPaddingValidTest()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_test.cc1133 class DepthwiseConvolutionOpModel : public SingleOpModelWithNNAPI { class
1135 DepthwiseConvolutionOpModel(const TensorData& input, const TensorData& filter, in DepthwiseConvolutionOpModel() function in tflite::__anon1a74836d0111::DepthwiseConvolutionOpModel
1203 DepthwiseConvolutionOpModel m({TensorType_FLOAT32, {1, 3, 2, 2}}, in TEST()
1229 DepthwiseConvolutionOpModel quant_op( in TEST()
1233 DepthwiseConvolutionOpModel float_op({TensorType_FLOAT32, {1, 3, 2, 2}}, in TEST()