Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc31 int64 axis, bool indices_are_nd, DataType dtype, in XlaGather() argument
36 CHECK(!indices_are_nd || axis == 0); in XlaGather()
48 if (indices_are_nd) { in XlaGather()
69 if (indices_are_nd) { in XlaGather()
134 indices_are_nd ? (indices_shape.dims() - 1) : indices_shape.dims(); in XlaGather()
139 dim_numbers.set_index_vector_dim(indices_are_nd ? (indices_shape.dims() - 1) in XlaGather()
Dgather_op_helpers.h38 int64 axis, bool indices_are_nd, DataType dtype,