Searched refs:indices_are_nd (Results 1 – 2 of 2) sorted by relevance
31 int64 axis, bool indices_are_nd, DataType dtype, in XlaGather() argument36 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()
38 int64 axis, bool indices_are_nd, DataType dtype,