Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
Node* Unary(ops::NodeOut a, const GraphDefBuilder::Options& opts) {
457
return ops::UnaryOp(
"UnaryTest"
, std::move(a), opts);
458
}
459
460
Node* Binary(ops::NodeOut a, ops::NodeOut b,
461
const GraphDefBuilder::Options& opts) {
Callers
1
TEST
Function · 0.70
Calls
1
UnaryOp
Class · 0.50
Tested by
no test coverage detected