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.h369 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement( in GetTupleElement() function
374 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement( in GetTupleElement() function
379 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.cc2170 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.md1701 ## GetTupleElement section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtuple_test.cc120 XLA_TEST_F(TupleTest, GetTupleElement) { in XLA_TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1267 XlaOp XlaBuilder::GetTupleElement(XlaOp tuple_data, int64_t index) { in GetTupleElement() function in xla::XlaBuilder
4006 XlaOp GetTupleElement(const XlaOp tuple_data, int64_t index) { in GetTupleElement() function