Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_formation.cc100 void ReplaceLiveOutExternalUses(llvm::ArrayRef<Value> live_outs, in ReplaceLiveOutExternalUses()
115 void GetLiveOuts(Region* region, llvm::SmallVectorImpl<Value>* live_outs) { in GetLiveOuts()
151 llvm::SmallVector<Value, 4> live_outs; in BuildLaunchForCluster() local