Searched defs:GetValueDefinedAt (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_dataflow_analysis.cc57 const HloValue& HloDataflowAnalysis::GetValueDefinedAt( function in class:xla::HloDataflowAnalysis
63 HloValue& HloDataflowAnalysis::GetValueDefinedAt( function in class:xla::HloDataflowAnalysis
H A Dhlo_alias_analysis_test.cc82 const HloValue& GetValueDefinedAt(const HloInstruction* instruction, function in class:xla::__anon25614::HloAliasAnalysisTest
84 return analysis_->dataflow_analysis().GetValueDefinedAt(instruction, index);
134 GetValueDefinedAt(instruction));
166 GetValueDefinedAt(tuple, /*index=*/{}));
168 GetValueDefinedAt(param0));
170 GetValueDefinedAt(param1));
390 UnorderedElementsAre(GetValueDefinedAt(constant1)));
393 UnorderedElementsAre(GetValueDefinedAt(constant2),
394 GetValueDefinedAt(xla_while, /*index=*/{1}),
395 GetValueDefinedAt(body_para
[all...]

Completed in 123 milliseconds