Searched defs:DepthwiseConv2D (Results  1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/lite/delegates/xnnpack/ | 
| D | depthwise_conv_2d_test.cc | 163 TEST(DepthwiseConv2D, SmallKernelWithSamePadding) {  in TEST()  argument190 TEST(DepthwiseConv2D, SmallKernelWithValidPadding) {  in TEST()  argument
 217 TEST(DepthwiseConv2D, StrideWithSamePadding) {  in TEST()  argument
 248 TEST(DepthwiseConv2D, StrideWithValidPadding) {  in TEST()  argument
 279 TEST(DepthwiseConv2D, DilationWithSamePadding) {  in TEST()  argument
 310 TEST(DepthwiseConv2D, DilationWithValidPadding) {  in TEST()  argument
 341 TEST(DepthwiseConv2D, DepthMultiplier) {  in TEST()  argument
 374 TEST(DepthwiseConv2D, FP16Weights) {  in TEST()  argument
 405 TEST(DepthwiseConv2D, INT8Weights) {  in TEST()  argument
 436 TEST(DepthwiseConv2D, INT8ChannelWiseWeights) {  in TEST()  argument
 [all …]
 
 | 
| /external/tensorflow/tensorflow/core/kernels/mkl/ | 
| D | mkl_quantized_conv_ops_test.cc | 482 TEST_F(QuantizedConv2DTest, DepthwiseConv2D) {  in TEST_F()  argument
 | 
| /external/tensorflow/tensorflow/python/keras/layers/ | 
| D | convolutional.py | 2262 class DepthwiseConv2D(Conv2D):  class
 |