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

Function Combine

tensorflow/core/util/equal_graph_def_test.cc:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43Node* Combine(ops::NodeOut a, ops::NodeOut b,
44 const GraphDefBuilder::Options& opts) {
45 return ops::BinaryOp("Combine", std::move(a), std::move(b), opts);
46}
47
48class EqualGraphDefTest : public ::testing::Test {
49 protected:

Callers 15

TEST_FFunction · 0.70
GenerateMethod · 0.50
CompileMethod · 0.50
iota_test.ccFile · 0.50
prng_test.ccFile · 0.50

Calls 1

BinaryOpClass · 0.50

Tested by

no test coverage detected