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.cc2166 std::vector<bool> new_is_dynamic; in InferReduceShape() local
2170 new_is_dynamic.push_back(arg.is_dynamic_dimension(i)); in InferReduceShape()
2176 new_dimensions, new_is_dynamic); in InferReduceShape()
2181 subshape.element_type(), new_dimensions, new_is_dynamic)); in InferReduceShape()