Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc71 TensorShape input_shape_post_axis{input_shape}; in XlaGather() local
72 input_shape_post_axis.RemoveDimRange(0, axis + num_index_dims); in XlaGather()
82 out_shape.AppendShape(input_shape_post_axis); in XlaGather()