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

Function ConstantValue

tensorflow/compiler/jit/node_matchers.cc:512–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512NodeMatcherProperties ConstantValue(
513 const ::tensorflow::Input::Initializer& val) {
514 TF_CHECK_OK(val.status);
515 NodeMatcherProperties props;
516 props.set_constant_value(val.tensor);
517 return props;
518}
519
520::testing::Matcher<impl::OutEdge> Const(
521 const ::tensorflow::Input::Initializer& val) {

Callers 2

TESTFunction · 0.85
ConstFunction · 0.85

Calls 1

set_constant_valueMethod · 0.80

Tested by 1

TESTFunction · 0.68