/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 122 const int dilation_width_factor = params.dilation_width_factor; in DispatchDepthwiseConv() local 493 int dilation_width_factor, int dilation_height_factor, in TryTestDepthwiseConv() 569 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local 592 const int dilation_width_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local 647 const int dilation_width_factor = 1; in TryTestOneNeonDot3x3() local
|
D | test_util.cc | 25 int dilation_width_factor, int dilation_height_factor, in ComputeConvSizes()
|
D | depthwiseconv_float_test.cc | 80 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local
|
D | types.h | 783 int16 dilation_width_factor; member 809 int16 dilation_width_factor; member
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_float.h | 33 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConv() local
|
D | depthwiseconv_uint8.h | 101 const int dilation_width_factor = params.dilation_width_factor; in Run() local
|
D | legacy_reference_ops.h | 43 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() 113 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() 206 int stride_width, int stride_height, int dilation_width_factor, in Conv() 232 int stride_height, int dilation_width_factor, in Conv() 278 int stride_width, int stride_height, int dilation_width_factor, in Conv()
|
D | reference_ops.h | 141 const int dilation_width_factor = params.dilation_width_factor; in Conv() local 217 const int dilation_width_factor = params.dilation_width_factor; in Conv() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | conv.h | 35 const int dilation_width_factor = params.dilation_width_factor; in ConvPerChannel() local
|
D | depthwise_conv.h | 32 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvPerChannel() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | conv_test.cc | 50 int dilation_width_factor = 1, int dilation_height_factor = 1) { in BaseConvolutionOpModel() 542 const int dilation_width_factor = 3; in TEST_P() local 731 const int dilation_width_factor = 3; in TEST_P() local
|
/external/tensorflow/tensorflow/lite/c/ |
D | builtin_op_data.h | 74 int dilation_width_factor; member 99 int dilation_width_factor; member
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 142 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() 212 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() 462 int stride_height, int dilation_width_factor, in DilatedIm2col() 512 int stride_width, int stride_height, int dilation_width_factor, in Conv() 562 int stride_height, int dilation_width_factor, in Conv() 608 int stride_width, int stride_height, int dilation_width_factor, in Conv()
|
D | optimized_ops.h | 2069 const int dilation_width_factor = params.dilation_width_factor; in DilatedIm2col() local 2188 const int dilation_width_factor = params.dilation_width_factor; in Conv() local 2372 const int dilation_width_factor = params.dilation_width_factor; in Conv() local
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/ |
D | types.h | 759 int16 dilation_width_factor; member 785 int16 dilation_width_factor; member
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1946 const int dilation_width_factor = params.dilation_width_factor; in DilatedIm2col() local 2027 int stride_height, int dilation_width_factor, in DilatedIm2col() 2119 const int dilation_width_factor = params.dilation_width_factor; in Conv() local 2179 int stride_width, int stride_height, int dilation_width_factor, in Conv() 2316 int stride_height, int dilation_width_factor, in Conv() 2369 const int dilation_width_factor = params.dilation_width_factor; in Conv() local 2457 int stride_width, int stride_height, int dilation_width_factor, in Conv()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | propagate_fixed_sizes.cc | 36 int dilation_width_factor, int dilation_height_factor, in ComputeConvSizes()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 270 int dilation_width_factor = 1, int dilation_height_factor = 1) in ConvolutionOpModel()
|