Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.cc3453 std::vector<bool> expanded_start_indices_shape_dynamic_dimensions; in InferGatherShape() local
3455 expanded_start_indices_shape_dynamic_dimensions.reserve( in InferGatherShape()
3461 std::back_inserter(expanded_start_indices_shape_dynamic_dimensions)); in InferGatherShape()
3465 expanded_start_indices_shape_dynamic_dimensions.push_back(false); in InferGatherShape()
3549 expanded_start_indices_shape_dynamic_dimensions[gather_dims_seen]; in InferGatherShape()