Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc3334 std::vector<bool> expanded_start_indices_shape_dynamic_dimensions; in InferGatherShape() local
3336 expanded_start_indices_shape_dynamic_dimensions.reserve( in InferGatherShape()
3342 std::back_inserter(expanded_start_indices_shape_dynamic_dimensions)); in InferGatherShape()
3346 expanded_start_indices_shape_dynamic_dimensions.push_back(false); in InferGatherShape()
3430 expanded_start_indices_shape_dynamic_dimensions[gather_dims_seen]; in InferGatherShape()