Home
last modified time | relevance | path

Searched defs:base_output_index (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.cc99 const int64 base_output_index = (out_r * args.out_cols + out_c) * out_depth; in Run() local
Ddepthwise_conv_grad_op.cc306 const int64 base_output_index = (in_r * args.in_cols + in_c) * in_depth; in ComputeBackpropInput() local
799 const int64 base_output_index = (out_r * args.out_cols + out_c) * out_depth; in ComputeBackpropFilter() local