Home
last modified time | relevance | path

Searched defs:in_y_origin (Results 1 – 10 of 10) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/integer_ops/
Dpooling.h46 const int in_y_origin = in AveragePool() local
109 const int in_y_origin = in MaxPool() local
164 const int in_y_origin = in AveragePool() local
227 const int in_y_origin = in MaxPool() local
Dconv.h66 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
Ddepthwise_conv.h68 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
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/
Dpooling.h46 const int in_y_origin = in AveragePool() local
104 const int in_y_origin = in AveragePool() local
159 const int in_y_origin = in L2Pool() local
213 const int in_y_origin = in MaxPool() local
267 const int in_y_origin = in MaxPool() local
Dconv.h59 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
Ddepthwiseconv_float.h63 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv() local
Ddepthwiseconv_uint8.h136 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
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/xtensa/
Dconv_hifimini.cc68 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvEvalHifiMini() local
Ddepthwise_conv_hifimini.cc66 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvEvalHifiMini() local
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/vexriscv/
Ddepthwise_conv.cc79 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