Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc68 TensorShape indices_shape_no_index_vectors{indices_shape}; in XlaGather() local
70 indices_shape_no_index_vectors.RemoveLastDims(1); in XlaGather()
75 out_shape.AppendShape(indices_shape_no_index_vectors); in XlaGather()