Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.cc734 const int bad_offset = in Compute() local
736 OP_REQUIRES(context, bad_offset < 0, in Compute()
738 "Bad: indices[", start + bad_offset, in Compute()
739 "] == ", indices_vec(start + bad_offset), in Compute()