Home
last modified time | relevance | path

Searched refs:is_point_inside_image (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Ddepthwise_conv.h76 const bool is_point_inside_image = in DepthwiseConvPerChannel() local
79 if (is_point_inside_image) { in DepthwiseConvPerChannel()
173 const bool is_point_inside_image = in DepthwiseConvPerChannel() local
176 if (is_point_inside_image) { in DepthwiseConvPerChannel()
257 const bool is_point_inside_image = in DepthwiseConvHybridPerChannel() local
260 if (is_point_inside_image) { in DepthwiseConvHybridPerChannel()
Dconv.h77 const bool is_point_inside_image = in ConvPerChannel() local
81 if (!is_point_inside_image) { in ConvPerChannel()
180 const bool is_point_inside_image = in ConvPerChannel() local
184 if (!is_point_inside_image) { in ConvPerChannel()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dconv.h70 const bool is_point_inside_image = in Conv() local
74 if (!is_point_inside_image) { in Conv()
153 const bool is_point_inside_image = in Conv() local
157 if (!is_point_inside_image) { in Conv()
Dconv3d.h74 const bool is_point_inside_image = in Conv3D() local
79 if (!is_point_inside_image) { in Conv3D()
Ddepthwiseconv_uint8.h232 const bool is_point_inside_image = in RunPerChannel() local
235 if (is_point_inside_image) { in RunPerChannel()
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/
Ddepthwise_conv.cc96 const bool is_point_inside_image = in DepthwiseConvPerChannel() local
100 if (!is_point_inside_image) { in DepthwiseConvPerChannel()
219 const bool is_point_inside_image = in DepthwiseConv() local
223 if (!is_point_inside_image) { in DepthwiseConv()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dconv.cc83 const bool is_point_inside_image = in ConvPerChannel() local
86 if (is_point_inside_image) { in ConvPerChannel()
Ddepthwise_conv.cc119 const bool is_point_inside_image = in DepthwiseConvPerChannel() local
123 if (is_point_inside_image) { in DepthwiseConvPerChannel()
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_per_channel_quantized_16x8_test.cc80 const bool is_point_inside_image = in PickOutputMultiplier() local
83 if (is_point_inside_image) { in PickOutputMultiplier()
Ddepthwiseconv_per_channel_quantized_test.cc82 const bool is_point_inside_image = in PickOutputMultiplier() local
85 if (is_point_inside_image) { in PickOutputMultiplier()
Dconv_per_channel_quantized_16x8_test.cc80 const bool is_point_inside_image = in PickOutputMultiplier() local
83 if (is_point_inside_image) { in PickOutputMultiplier()