Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h304 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement( in GetTupleElement() function
309 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement( in GetTupleElement() function
314 inline ::testing::Matcher<const ::xla::HloInstruction*> GetTupleElement() { in GetTupleElement() function
Dpattern_matcher_test.cc200 TEST(PatternMatcherTest, GetTupleElement) { in TEST() argument
Dtuple_points_to_analysis_test.cc234 TEST_F(TuplePointsToAnalysisTest, GetTupleElement) { in TEST_F() argument
850 TEST_F(DoesNotUseOperandBufferTest, GetTupleElement) { in TEST_F() argument
Ddynamic_dimension_inference_test.cc124 TEST_F(DynamicDimensionInferenceTest, GetTupleElement) { in TEST_F() argument
Dhlo_dataflow_analysis_test.cc1966 TEST_F(DoesNotUseOperandBufferTest, GetTupleElement) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1474 ## 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/python/
Dlocal_computation_builder.cc571 LocalOp ComputationBuilder::GetTupleElement(const LocalOp& tuple_data, in GetTupleElement() function in xla::swig::ComputationBuilder
Dxla_client.py1393 def GetTupleElement(self, tup, index): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc991 XlaOp XlaBuilder::GetTupleElement(const XlaOp& tuple_data, int64 index) { in GetTupleElement() function in xla::XlaBuilder
2917 XlaOp GetTupleElement(const XlaOp& tuple_data, int64 index) { in GetTupleElement() function