Home
last modified time | relevance | path

Searched refs:ComputeChannelDependencies (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.cc82 auto channel_group = computation->ComputeChannelDependencies(); in Build()
Dhlo_computation.h387 ChannelDependencyGroup ComputeChannelDependencies() const;
Dhlo_computation.cc396 HloComputation::ComputeChannelDependencies() const { in ComputeChannelDependencies() function in xla::HloComputation
421 auto channel_dependency_group = ComputeChannelDependencies(); in MakeInstructionPostOrder()