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

Function Unary

tensorflow/core/graph/testlib.cc:225–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225Node* Unary(Graph* g, const string& func, Node* input, int index) {
226 Node* ret;
227 TF_CHECK_OK(NodeBuilder(g->NewName("n"), func, g->op_registry())
228 .Input(input, index)
229 .Finalize(g, &ret));
230 return ret;
231}
232
233Node* Binary(Graph* g, const string& func, Node* in0, Node* in1) {
234 Node* ret;

Callers 12

UnaryMethod · 0.50
SymGradMethod · 0.50
SymCastGradMethod · 0.50
TEST_FFunction · 0.50
InitializeMethod · 0.50
TESTFunction · 0.50
TestHWAcceleratorFunction · 0.50
InitializeMethod · 0.50
TESTFunction · 0.50
InitializeMethod · 0.50
FindMaxEigenFunction · 0.50

Calls 5

NodeBuilderClass · 0.70
FinalizeMethod · 0.45
InputMethod · 0.45
NewNameMethod · 0.45
op_registryMethod · 0.45

Tested by

no test coverage detected