Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc3395 std::vector<int64> output_dim_bounds; in InferGatherShape() local
3396 output_dim_bounds.reserve(result_rank); in InferGatherShape()
3435 output_dim_bounds.push_back(current_bound); in InferGatherShape()
3438 return ShapeUtil::MakeShape(input_shape.element_type(), output_dim_bounds, in InferGatherShape()