Searched refs:GCluster (Results 1 – 3 of 3) sorted by relevance
22 struct GCluster { struct115 struct GCluster { struct116 GCluster() {} in GCluster() argument117 GCluster(tensorflow::grappler::Cluster* cluster) : cluster_(cluster) {} in GCluster() function133 static GCluster TF_NewCluster(bool allow_soft_placement, in TF_NewCluster() argument146 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 …]
47 bool verbose, GCluster cluster) { in GenerateCostReport()67 bool verbose, GCluster cluster);
95 GCluster cluster, in TF_OptimizeGraph()128 GCluster cluster,