Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc3398 std::vector<bool> output_dim_is_dynamic; in InferGatherShape() local
3399 output_dim_is_dynamic.reserve(result_rank); in InferGatherShape()
3434 output_dim_is_dynamic.push_back(dim_dynamic); in InferGatherShape()
3439 output_dim_is_dynamic); in InferGatherShape()