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

Function Binary

tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460Node* Binary(ops::NodeOut a, ops::NodeOut b,
461 const GraphDefBuilder::Options& opts) {
462 return ops::BinaryOp("BinaryTest", std::move(a), std::move(b), opts);
463}
464
465Node* BinaryUnknownShape(ops::NodeOut a, ops::NodeOut b,
466 const GraphDefBuilder::Options& opts) {

Callers 1

TESTFunction · 0.70

Calls 1

BinaryOpClass · 0.50

Tested by

no test coverage detected