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

Function Relu6

tensorflow/core/graph/testlib.cc:451–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451Node* Relu6(Graph* g, Node* in) {
452 Node* ret;
453 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Relu6")
454 .Input(in, 0)
455 .Attr("T", DT_FLOAT)
456 .Finalize(g, &ret));
457 return ret;
458}
459
460Node* BiasAdd(Graph* g, Node* value, Node* bias) {
461 Node* ret;

Callers 5

TEST_FFunction · 0.70
TEST_FFunction · 0.50
RunTestMethod · 0.50
TEST_FFunction · 0.50

Calls 5

NodeBuilderClass · 0.70
FinalizeMethod · 0.45
AttrMethod · 0.45
InputMethod · 0.45
NewNameMethod · 0.45

Tested by

no test coverage detected