Home
last modified time | relevance | path

Searched refs:remove_cross_partition_collective_ops (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dce.h39 explicit HloDCE(bool remove_cross_partition_collective_ops) in HloDCE() argument
41 remove_cross_partition_collective_ops) {} in HloDCE()
47 bool remove_cross_partition_collective_ops);
Dhlo_dce.cc41 HloComputation* computation, bool remove_cross_partition_collective_ops) { in RunOnComputation() argument
55 (remove_cross_partition_collective_ops && in RunOnComputation()