Searched refs:indices_are_nd (Results 1 – 2 of 2) sorted by relevance
37 int64 axis, bool indices_are_nd, DataType dtype, in XlaGather() argument42 CHECK(!indices_are_nd || axis == 0); in XlaGather()54 if (indices_are_nd) { in XlaGather()75 if (indices_are_nd) { in XlaGather()140 indices_are_nd ? (indices_shape.dims() - 1) : indices_shape.dims(); in XlaGather()145 dim_numbers.set_index_vector_dim(indices_are_nd ? (indices_shape.dims() - 1) in XlaGather()
38 int64 axis, bool indices_are_nd, DataType dtype,