Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.cc133 const int64 last_output_index = in Run() local
136 output[last_output_index + j] = out_buf[j]; in Run()