Home
last modified time | relevance | path

Searched defs:dataflow (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc393 const HloDataflowAnalysis& dataflow, const HloInstruction& param) { in FindConstrainedUses()
533 StatusOr<Literal> MakeConstrainedArgument(const HloDataflowAnalysis& dataflow, in MakeConstrainedArgument()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_copy_propagation.cpp877 fs_copy_prop_dataflow dataflow(copy_prop_ctx, cfg, live_intervals, out_acp); in opt_copy_propagation() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis.cc63 const HloDataflowAnalysis& dataflow) in BufferValueMap()
Dbuffer_liveness_test.cc690 auto dataflow = HloDataflowAnalysis::Run(*module).ConsumeValueOrDie(); in RunWithHloDataflowAnalysis() local
Dcopy_insertion.cc168 bool IndicesToCopyForWhile(const HloDataflowAnalysis& dataflow, in IndicesToCopyForWhile()