Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_propagation.cc40 for (const ShapeUtil::IndexedShape& indexed_shape : in Run() local
51 for (const ShapeUtil::IndexedShape& indexed_shape : in Run() local
H A Dhlo_cost_analysis.cc342 for (const auto& indexed_shape : ShapeUtil::GetLeafShapes(infeed->shape())) { in HandleInfeed() local
358 for (const auto& indexed_shape : in HandleOutfeed() local
963 for (const auto& indexed_shape : in HandleFusion() local
1191 for (const ShapeUtil::IndexedShape& indexed_shape : in GetBytesWritten() local
H A Dmemory_space_assignment.cc2458 for (const auto& indexed_shape : in AddInputAndOutputRequiredAssignments() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtest_utils.cc622 const Shape& indexed_shape = use->operand(0)->shape(); in CreateLiteralForConstrainedUses() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.cc215 for (const ShapeUtil::IndexedShape& indexed_shape : in FromLiterals() local
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesScatterOps.cpp423 auto indexed_shape = get_indexed_shape(self_, List<std::optional<Tensor>>(indices_)); local