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

Function Binary

tensorflow/core/graph/testlib.cc:233–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233Node* Binary(Graph* g, const string& func, Node* in0, Node* in1) {
234 Node* ret;
235 TF_CHECK_OK(NodeBuilder(g->NewName("n"), func, g->op_registry())
236 .Input(in0)
237 .Input(in1)
238 .Finalize(g, &ret));
239 return ret;
240}
241
242Node* Multi(Graph* g, const string& func, gtl::ArraySlice<Node*> ins) {
243 Node* ret;

Callers 15

AddFunction · 0.70
ReverseFunction · 0.70
LessFunction · 0.70
BinaryScalarFunction · 0.50
CubeWithPow3Function · 0.50
CubeWithTwoMulsFunction · 0.50
CubeWithMulSquareFunction · 0.50
BiasAddFunction · 0.50
BcastAddFunction · 0.50
LeftMethod · 0.50
RightMethod · 0.50
ResizeBicubicFunction · 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