Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_tree_test.cc122 ShapeTree<int> shape_tree{ShapeUtil::MakeTupleShape({})}; in TEST_F() local
129 ShapeTree<int> shape_tree{shape}; in TEST_F() local
134 ShapeTree<int> shape_tree{array_shape_}; in TEST_F() local
157 ShapeTree<int> shape_tree{tuple_shape_}; in TEST_F() local
203 ShapeTree<int> shape_tree{nested_tuple_shape_}; in TEST_F() local
238 ShapeTree<int> shape_tree{tuple_shape_}; in TEST_F() local
245 ShapeTree<int> shape_tree{nested_tuple_shape_}; in TEST_F() local
252 ShapeTree<std::unique_ptr<int>> shape_tree{tuple_shape_}; in TEST_F() local
562 ShapeTree<int> shape_tree(shape); in BM_Construct() local
577 ShapeTree<int> shape_tree(&shape); in BM_ConstructUnowned() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_replication_analysis.cc347 ShapeTree<HloReplication> shape_tree( in ComputeHloReplicationOnComputation() local
354 ShapeTree<HloReplication> shape_tree( in ComputeHloReplicationOnComputation() local
360 ShapeTree<HloReplication> shape_tree( in ComputeHloReplicationOnComputation() local
379 ShapeTree<HloReplication> shape_tree( in ComputeHloReplicationOnComputation() local
403 ShapeTree<HloReplication> shape_tree(param->shape(), in ComputeHloReplication() local
H A Dhlo_sharding_test.cc88 ShapeTree<HloSharding> shape_tree = in TEST_F() local
177 ShapeTree<HloSharding> shape_tree = in TEST_F() local
233 ShapeTree<HloSharding> shape_tree(ShapeUtil::MakeTupleShape({}), in TEST_F() local
241 ShapeTree<HloSharding> shape_tree(ShapeUtil::MakeTupleShape({}), in TEST_F() local
H A Dhlo_sharding.cc558 ShapeTree<HloSharding> shape_tree = GetAsShapeTree(shape); in ValidateTuple() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dhlo_to_ir_bindings.cc230 const ShapeTree<llvm::Value*>& shape_tree = it->second; in ToString() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_decl.h283 XLA_MaybeOwningDeviceMemoryShapeTree shape_tree; member