Home
last modified time | relevance | path

Searched defs:shape_tree (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree_test.cc121 ShapeTree<int> shape_tree{ShapeUtil::MakeTupleShape({})}; in TEST_F() local
126 ShapeTree<int> shape_tree{array_shape_}; in TEST_F() local
149 ShapeTree<int> shape_tree{tuple_shape_}; in TEST_F() local
195 ShapeTree<int> shape_tree{nested_tuple_shape_}; in TEST_F() local
230 ShapeTree<int> shape_tree{tuple_shape_}; in TEST_F() local
237 ShapeTree<int> shape_tree{nested_tuple_shape_}; in TEST_F() local
244 ShapeTree<std::unique_ptr<int>> shape_tree{tuple_shape_}; in TEST_F() local
549 ShapeTree<int> shape_tree(shape); in BM_Construct() local
564 ShapeTree<int> shape_tree(&shape); in BM_ConstructUnowned() local
578 ShapeTree<int> shape_tree(shape); in BM_Copy() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_replication_analysis.cc287 ShapeTree<bool> shape_tree(inst->shape(), true); in ComputeHloReplicationOnComputation() local
293 ShapeTree<bool> shape_tree(inst->shape(), true); in ComputeHloReplicationOnComputation() local
298 ShapeTree<bool> shape_tree(inst->shape(), false); in ComputeHloReplicationOnComputation() local
312 ShapeTree<bool> shape_tree(inst->shape(), true); in ComputeHloReplicationOnComputation() local
334 ShapeTree<bool> shape_tree(param->shape(), false); in ComputeHloReplication() local
Dhlo_sharding_test.cc87 ShapeTree<HloSharding> shape_tree = in TEST_F() local
177 ShapeTree<HloSharding> shape_tree = in TEST_F() local
226 ShapeTree<HloSharding> shape_tree(ShapeUtil::MakeTupleShape({}), in TEST_F() local
234 ShapeTree<HloSharding> shape_tree(ShapeUtil::MakeTupleShape({}), in TEST_F() local
Dhlo_sharding.cc388 ShapeTree<HloSharding> shape_tree = GetAsShapeTree(shape); in ValidateTuple() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc259 const ShapeTree<llvm::Value*>& shape_tree = it->second; in ToString() local
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h256 XLA_MaybeOwningDeviceMemoryShapeTree shape_tree; member