Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_test.cc207 ShapeTree<HloSharding> shape_tree1( in TEST_F() local
210 *shape_tree1.mutable_element({0}) = HloSharding::Replicate(); in TEST_F()
215 HloSharding sharding1 = HloSharding::Tuple(shape_tree1); in TEST_F()
221 ShapeTree<HloSharding> shape_tree1( in TEST_F() local
224 *shape_tree1.mutable_element({0}) = HloSharding::AssignDevice(0); in TEST_F()
229 HloSharding sharding1 = HloSharding::Tuple(shape_tree1); in TEST_F()