Home
last modified time | relevance | path

Searched defs:tuple_elements (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtuple_util.cc29 std::vector<HloInstruction*> tuple_elements; in ExtractPrefix() local
48 std::vector<HloInstruction*> tuple_elements; in AppendSuffix() local
H A Dhlo_sharding.h300 std::vector<HloSharding>& tuple_elements() { return tuple_elements_; } in tuple_elements() function
301 const std::vector<HloSharding>& tuple_elements() const { in tuple_elements() function
H A Dstable_sort_expander.cc113 std::vector<HloInstruction*> tuple_elements; in ExpandInstruction() local
H A Dhlo_element_type_converter.cc91 std::vector<HloInstruction*> tuple_elements; in ConvertTupleElements() local
H A Dhlo_instructions.cc1719 HloInstruction::InstructionVector tuple_elements; in CloneAndAppendInstructionIntoCalledComputation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dshape_util.cc31 int64_t tuple_elements = xla::ShapeUtil::TupleElementCount(shape); in PopulateInfeedLayoutVector() local
177 int64_t tuple_elements = xla::ShapeUtil::TupleElementCount(input_shape); in GetShapeWithLayout() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcustom_call_test.cc232 std::vector<XlaOp> tuple_elements = BuildInputs(b, str); in BuildInputs() local
251 std::vector<Shape> tuple_elements = BuildOutputType(str); in BuildOutputType() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtransfer_manager_test.cc402 std::vector<Literal> tuple_elements; in Run() local
431 std::vector<Literal> tuple_elements; in Run() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/
H A Dbackend_detail.cpp341 auto tuple_elements = out_tuple_ty->elements(); in codegen_backend_module() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dlower_tuples.cpp165 const auto& tuple_elements = tuple->elements(); in RemoveTupleConstants() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dinfeed_ops.cc134 int64_t tuple_elements = xla::ShapeUtil::TupleElementCount(*output_shape); in GetInfeedShapeWithLayout() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_comparison.cc208 const int64_t tuple_elements = ShapeUtil::TupleElementCount(shape); in RecursiveElementCount() local
H A Dliteral_test.cc1740 Literal tuple_elements[] = { in TEST_F() local