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

Function Unary

tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:456–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456Node* Unary(ops::NodeOut a, const GraphDefBuilder::Options& opts) {
457 return ops::UnaryOp("UnaryTest", std::move(a), opts);
458}
459
460Node* Binary(ops::NodeOut a, ops::NodeOut b,
461 const GraphDefBuilder::Options& opts) {

Callers 1

TESTFunction · 0.70

Calls 1

UnaryOpClass · 0.50

Tested by

no test coverage detected