Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3.cc27 DepthwiseConv3x3::DepthwiseConv3x3(const OperationDef& definition, in DepthwiseConv3x3() function in tflite::gpu::DepthwiseConv3x3
42 DepthwiseConv3x3::DepthwiseConv3x3(DepthwiseConv3x3&& operation) in DepthwiseConv3x3() function in tflite::gpu::DepthwiseConv3x3
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Ddepthwise_conv_3x3_test.cc36 TEST_F(OpenCLOperationTest, DepthwiseConv3x3) { in TEST_F() argument