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

Function Attr

tensorflow/compiler/jit/node_matchers.h:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191// `value`.
192template <typename ValueTy>
193impl::NodeMatcherProperties Attr(const string& name, ValueTy value) {
194 return impl::Attr({impl::AttrLiteralHelper({name, value})});
195}
196
197inline impl::NodeMatcherProperties Attr(const string& name) {
198 return impl::Attr(name);

Callers 7

TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
nn_ops.ccFile · 0.85
NodeDefBuilderClass · 0.85
SingleInputMethod · 0.85
ListInputMethod · 0.85

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68