Searched refs:depth_mul (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/ |
D | depthwise_conv_test.cc | 68 int depth_mul = output_depth / input_depth; in TestDepthwiseConvFloat() local 70 kTfLitePaddingValid, 1, 1, depth_mul, activation, in TestDepthwiseConvFloat() 148 int depth_mul = output_depth / input_depth; in TestDepthwiseConvQuantized() local 150 kTfLitePaddingValid, 1, 1, depth_mul, activation, in TestDepthwiseConvQuantized()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | depthwise_conv_test.cc | 94 int depth_mul = output_depth / input_depth; in BaseDepthwiseConvolutionOpModel() local 99 CreateDepthwiseConv2DOptions(builder_, padding_type, 1, 1, depth_mul, in BaseDepthwiseConvolutionOpModel()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 470 int depth_mul = output_depth / input_depth; in DepthwiseConvolutionOpModel() local 475 CreateDepthwiseConv2DOptions(builder_, Padding_VALID, 1, 1, depth_mul, in DepthwiseConvolutionOpModel()
|