MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Combine

Function Combine

tensorflow/core/graph/star_server_graph_partition_test.cc:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130Output Combine(const Scope& scope, const string &device, Input a, Input b) {
131 return ConstructOp(scope, "Combine", device, {a, b});
132}
133
134TEST_F(DistGraphPartitionTest, testSplitSubGraph) {
135 string worker_device = "/job:worker/replica:0/task:0/cpu:0";

Callers 1

TEST_FFunction · 0.70

Calls 1

ConstructOpFunction · 0.70

Tested by

no test coverage detected