Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc290 StatusOr<bool> TryToContractEdge(Cluster* from, Cluster* to);
762 return TryToContractEdge(from, to); in RunEdgeContractionLoop()
811 return TryToContractEdge(from, to); in RunEdgeContractionLoop()
826 return TryToContractEdge(from, to); in RunEdgeContractionLoop()
836 return TryToContractEdge(from, to); in RunEdgeContractionLoop()
1351 StatusOr<bool> MarkForCompilationPassImpl::TryToContractEdge(Cluster* from, in TryToContractEdge() function in tensorflow::__anon65e4a62e0111::MarkForCompilationPassImpl
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_fusion.cc408 bool TryToContractEdge(Cluster* from, Cluster* to) { in TryToContractEdge() function in mlir::mhlo::__anon3c5f23730111::FusionPlanner
462 std::bind(&FusionPlanner::TryToContractEdge, this, _1, _2)); in RunEdgeContractionLoop()