/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | pooling.h | 46 const int in_y_origin = in AveragePool() local 107 const int in_y_origin = in MaxPool() local 162 const int in_y_origin = in AveragePool() local 223 const int in_y_origin = in MaxPool() local
|
D | depthwise_conv.h | 68 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvPerChannel() local 165 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvPerChannel() local 249 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvHybridPerChannel() local
|
D | conv.h | 66 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvPerChannel() local 169 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvPerChannel() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | pooling.h | 46 const int in_y_origin = in AveragePool() local 102 const int in_y_origin = in AveragePool() local 155 const int in_y_origin = in L2Pool() local 209 const int in_y_origin = in MaxPool() local 263 const int in_y_origin = in MaxPool() local
|
D | conv.h | 59 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv() local 142 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv() local 225 const int in_y_origin = (out_y * stride_height) - pad_height; in HybridConvPerChannel() local
|
D | depthwiseconv_uint8.h | 136 const int in_y_origin = (out_y * stride_height) - pad_height; in Run() local 223 const int in_y_origin = (out_y * stride_height) - pad_height; in RunPerChannel() local
|
D | depthwiseconv_float.h | 63 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv() local
|
D | conv3d.h | 58 const int in_y_origin = (out_y * params.stride_height) - pad_height; in Conv3D() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | pooling.h | 75 const int in_y_origin = in MaxPool() local 185 const int in_y_origin = in AveragePool() local
|
D | depthwise_conv_hybrid.h | 174 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvHybridGeneral() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_using_gemm.cc | 155 const int in_y_origin = (out_y * stride_rows) - filter_top_offset; in operator ()() local 341 const int in_y_origin = (out_y * stride_rows) - filter_top_offset; in operator ()() local
|
D | quantized_conv_ops.cc | 130 const int in_y_origin = (out_y * stride) - filter_top_offset; in operator ()() local 307 const int in_y_origin = (out_y * stride) - filter_top_offset; in operator ()() local
|
D | conv_ops_fused_image_transform.cc | 434 const int in_y_origin = (out_y * stride_rows) - filter_top_offset; in operator ()() local
|
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/ |
D | depthwise_conv.cc | 79 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvPerChannel() local 202 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv() local
|
/external/tensorflow/tensorflow/lite/kernels/perception/ |
D | max_pool_with_argmax.cc | 53 const int32_t in_y_origin = in MaxPool() local
|
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/ |
D | conv.cc | 73 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvPerChannel() local
|
D | depthwise_conv.cc | 107 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvPerChannel() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_per_channel_quantized_16x8_test.cc | 72 const int in_y_origin = (out_y * stride_height) - pad_height; in PickOutputMultiplier() local
|
D | depthwiseconv_per_channel_quantized_test.cc | 74 const int in_y_origin = (out_y * stride_height) - pad_height; in PickOutputMultiplier() local
|
D | conv_per_channel_quantized_16x8_test.cc | 71 const int in_y_origin = (out_y * stride_height) - pad_height; in PickOutputMultiplier() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | im2col_utils.h | 167 const int in_y_origin = (out_y * stride_height) - pad_height; in DilatedIm2col() local
|
D | optimized_ops.h | 3274 const int in_y_origin = in AveragePool() local 3464 const int in_y_origin = in MaxPool() local
|