Searched defs:GCluster (Results 1 – 1 of 1) sorted by relevance
22 struct GCluster { struct23 std::shared_ptr<tensorflow::grappler::Cluster> cluster_;115 struct GCluster { struct116 GCluster() {} in GCluster() function117 GCluster(tensorflow::grappler::Cluster* cluster) : cluster_(cluster) {} in GCluster() function133 static GCluster TF_NewCluster(bool allow_soft_placement, in TF_NewCluster() argument