Home
last modified time | relevance | path

Searched refs:input_batch_start (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops_fused_image_transform.cc117 const T1* input_batch_start; member
173 const ImageResizerState& st, const T1* input_batch_start) { in CalculatePerCacheLineParameters() argument
203 input_batch_start + (top_y_index * input_width * input_depth); in CalculatePerCacheLineParameters()
205 input_batch_start + (bottom_y_index * input_width * input_depth); in CalculatePerCacheLineParameters()
428 task_params.input_batch_start = in operator ()()
478 task_params.st, task_params.input_batch_start)); in operator ()()
H A Dconv_ops_using_gemm.cc339 const T1* input_batch_start = in operator ()() local
387 input_batch_start + (in_y * input_width * input_depth) + in operator ()()
H A Dquantized_conv_ops.cc315 const T1* input_batch_start = in operator ()() local
365 input_batch_start + (in_y * input_width * input_depth) + in operator ()()