Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h335 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement( in GetTupleElement() function
340 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement( in GetTupleElement() function
345 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement() { in GetTupleElement() function
Dtuple_points_to_analysis_test.cc236 TEST_F(TuplePointsToAnalysisTest, GetTupleElement) { in TEST_F() argument
901 TEST_F(DoesNotUseOperandBufferTest, GetTupleElement) { in TEST_F() argument
Dpattern_matcher_test.cc177 TEST_F(PatternMatcherTest, GetTupleElement) { in TEST_F() argument
Ddynamic_dimension_inference_test.cc147 TEST_F(DynamicDimensionInferenceTest, GetTupleElement) { in TEST_F() argument
Dhlo_dataflow_analysis_test.cc2092 TEST_F(DoesNotUseOperandBufferTest, GetTupleElement) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc131 TEST_F(XlaBuilderTest, GetTupleElement) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1700 ## GetTupleElement section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtuple_test.cc119 XLA_TEST_F(TupleTest, GetTupleElement) { in XLA_TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1256 XlaOp XlaBuilder::GetTupleElement(XlaOp tuple_data, int64 index) { in GetTupleElement() function in xla::XlaBuilder
4194 XlaOp GetTupleElement(const XlaOp tuple_data, int64 index) { in GetTupleElement() function