Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc2091 std::vector<bool> new_is_dynamic; in InferReduceShape() local
2095 new_is_dynamic.push_back(arg.is_dynamic_dimension(i)); in InferReduceShape()
2101 new_dimensions, new_is_dynamic); in InferReduceShape()
2106 subshape.element_type(), new_dimensions, new_is_dynamic)); in InferReduceShape()