Searched defs:GetTupleElement (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.h | 304 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
|
D | pattern_matcher_test.cc | 200 TEST(PatternMatcherTest, GetTupleElement) { in TEST() argument
|
D | tuple_points_to_analysis_test.cc | 234 TEST_F(TuplePointsToAnalysisTest, GetTupleElement) { in TEST_F() argument 850 TEST_F(DoesNotUseOperandBufferTest, GetTupleElement) { in TEST_F() argument
|
D | dynamic_dimension_inference_test.cc | 124 TEST_F(DynamicDimensionInferenceTest, GetTupleElement) { in TEST_F() argument
|
D | hlo_dataflow_analysis_test.cc | 1966 TEST_F(DoesNotUseOperandBufferTest, GetTupleElement) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1474 ## GetTupleElement section in Operation Semantics
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | tuple_test.cc | 119 XLA_TEST_F(TupleTest, GetTupleElement) { in XLA_TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.cc | 571 LocalOp ComputationBuilder::GetTupleElement(const LocalOp& tuple_data, in GetTupleElement() function in xla::swig::ComputationBuilder
|
D | xla_client.py | 1393 def GetTupleElement(self, tup, index): member in ComputationBuilder
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 991 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
|