Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer.cc981 VirtualCluster vcluster(cluster->GetDevices()); in IdentifySwappingCandidates() local
982 if (!vcluster.Provision().ok()) { in IdentifySwappingCandidates()
985 if (!vcluster.Initialize(*item).ok()) { in IdentifySwappingCandidates()
989 Status s = vcluster.Run(item->graph, item->feed, item->fetch, &metadata); in IdentifySwappingCandidates()