Home
last modified time | relevance | path

Searched defs:GetTupleElement (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_matchers.h386 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement( in GetTupleElement() function
391 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement( in GetTupleElement() function
396 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement() { in GetTupleElement() function
H A Dpattern_matcher_test.cc176 TEST_F(PatternMatcherTest, GetTupleElement) { in TEST_F() argument
H A Ddynamic_dimension_inference_test.cc154 TEST_F(DynamicDimensionInferenceTest, GetTupleElement) { in TEST_F() argument
H A Dhlo_dataflow_analysis_test.cc2075 TEST_F(DoesNotUseOperandBufferTest, GetTupleElement) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md1737 ## GetTupleElement section in Operation Semantics
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
H A Dmlir_hlo_builder_test.cc141 TEST_F(XlaBuilderTest, GetTupleElement) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtuple_test.cc119 XLA_TEST_F(TupleTest, GetTupleElement) { in XLA_TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc1329 XlaOp XlaBuilder::GetTupleElement(XlaOp tuple_data, int64_t index) { in GetTupleElement() function in xla::XlaBuilder
4146 XlaOp GetTupleElement(const XlaOp tuple_data, int64_t index) { in GetTupleElement() function