Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/grappler/
Dcluster.i22 struct GCluster { struct
115 struct GCluster { struct
116 GCluster() {} in GCluster() argument
117 GCluster(tensorflow::grappler::Cluster* cluster) : cluster_(cluster) {} in GCluster() function
133 static GCluster TF_NewCluster(bool allow_soft_placement, in TF_NewCluster() argument
146 return GCluster(cluster_); in TF_NewCluster()
149 static GCluster TF_NewVirtualCluster( in TF_NewVirtualCluster()
162 return GCluster(cluster_); in TF_NewVirtualCluster()
165 static void TF_ShutdownCluster(GCluster cluster) { in TF_ShutdownCluster()
190 static PyObject* TF_ListDevices(GCluster cluster) { in TF_ListDevices()
[all …]
Dcost_analyzer.i47 bool verbose, GCluster cluster) { in GenerateCostReport()
67 bool verbose, GCluster cluster);
Dtf_optimizer.i95 GCluster cluster, in TF_OptimizeGraph()
128 GCluster cluster,