Home
last modified time | relevance | path

Searched defs:dilation_width_factor (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc122 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
Dtest_util.cc25 int dilation_width_factor, int dilation_height_factor, in ComputeConvSizes()
Ddepthwiseconv_float_test.cc80 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local
Dtypes.h783 int16 dilation_width_factor; member
809 int16 dilation_width_factor; member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_float.h33 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConv() local
Ddepthwiseconv_uint8.h101 const int dilation_width_factor = params.dilation_width_factor; in Run() local
Dlegacy_reference_ops.h43 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()
Dreference_ops.h141 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/
Dconv.h35 const int dilation_width_factor = params.dilation_width_factor; in ConvPerChannel() local
Ddepthwise_conv.h32 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvPerChannel() local
/external/tensorflow/tensorflow/lite/kernels/
Dconv_test.cc50 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/
Dbuiltin_op_data.h74 int dilation_width_factor; member
99 int dilation_width_factor; member
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h142 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()
Doptimized_ops.h2069 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/
Dtypes.h759 int16 dilation_width_factor; member
785 int16 dilation_width_factor; member
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1946 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/
Dpropagate_fixed_sizes.cc36 int dilation_width_factor, int dilation_height_factor, in ComputeConvSizes()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc270 int dilation_width_factor = 1, int dilation_height_factor = 1) in ConvolutionOpModel()