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

Function Const

tensorflow/compiler/jit/node_matchers.cc:520–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520::testing::Matcher<impl::OutEdge> Const(
521 const ::tensorflow::Input::Initializer& val) {
522 return Out(NodeWith(ConstantValue(val)));
523}
524::testing::Matcher<impl::OutEdge> Out(
525 int oidx, ::testing::Matcher<const Node*> node_matcher) {
526 return ::testing::MakeMatcher(new OutEdgeMatcher(node_matcher, oidx));

Callers 15

TESTFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
SupportedGradFunction · 0.70
UnsupportedGradFunction · 0.70
MakeWriteFunction · 0.70
MakeNeutralFunction · 0.70
TESTFunction · 0.70
MakeWriteFunction · 0.70

Calls 3

NodeWithFunction · 0.85
ConstantValueFunction · 0.85
OutFunction · 0.70

Tested by 15

TESTFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56
SupportedGradFunction · 0.56
UnsupportedGradFunction · 0.56
MakeWriteFunction · 0.56
MakeNeutralFunction · 0.56
TESTFunction · 0.56
MakeWriteFunction · 0.56