Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.cc27 std::unique_ptr<TestCluster>* out_cluster) { in MakeTestCluster() argument
31 return MakeTestCluster(server_path, options, n, out_cluster); in MakeTestCluster()
36 std::unique_ptr<TestCluster>* out_cluster) { in MakeTestCluster() argument
85 *out_cluster = std::move(ret); in MakeTestCluster()
Dgrpc_testlib.h51 std::unique_ptr<TestCluster>* out_cluster);
56 std::unique_ptr<TestCluster>* out_cluster);
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc841 UnionFind<SimpleNode*>* out_cluster = in SegmentGraph() local
844 if (out_cluster->Value() == nullptr) { in SegmentGraph()
849 ClusterBatchSize out_batch_size = out_cluster->Property().BatchSize(); in SegmentGraph()
859 out_cluster->Property().DeviceName(); in SegmentGraph()