Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv_test.cc117 class DepthwiseConvolutionOpModel : public BaseDepthwiseConvolutionOpModel { class
147 DepthwiseConvolutionOpModel m(GetRegistration(), in TEST_P()
181 DepthwiseConvolutionOpModel m( in TEST_P()
234 DepthwiseConvolutionOpModel m( in TEST_P()
334 DepthwiseConvolutionOpModel float_op(GetRegistration(), in TEST_P()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc447 class DepthwiseConvolutionOpModel : public SingleOpModelWithNNAPI { class
449 DepthwiseConvolutionOpModel(const TensorData& input, const TensorData& filter, in DepthwiseConvolutionOpModel() function in tflite::__anon0c68fcb70111::DepthwiseConvolutionOpModel
500 DepthwiseConvolutionOpModel m({TensorType_FLOAT32, {1, 3, 2, 2}}, in TEST()