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

Method Attr

tensorflow/compiler/jit/node_matchers.cc:500–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500impl::NodeMatcherProperties impl::Attr(std::pair<string, AttrValue> attr) {
501 impl::NodeMatcherProperties props;
502 props.set_attr(std::move(attr));
503 return props;
504}
505
506impl::NodeMatcherProperties impl::Attr(string name) {
507 impl::NodeMatcherProperties props;

Callers 15

mpi_ops.ccFile · 0.45
mpi_ops.ccFile · 0.45
array_ops.ccFile · 0.45
TESTFunction · 0.45
variable_ops.ccFile · 0.45
image_ops.ccFile · 0.45
model_ops.ccFile · 0.45
stats_ops.ccFile · 0.45

Calls 1

set_attrMethod · 0.45

Tested by 15

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
RunComposedOpMethod · 0.36
BuildGraphMethod · 0.36
TEST_FFunction · 0.36
RetOpFunction · 0.36
RetOpFunction · 0.36
TESTFunction · 0.36
MakeOuterGraphFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36