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

Function SetAttrValue

tensorflow/core/framework/attr_value_util.cc:455–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void SetAttrValue(const AttrValue& value, AttrValue* out) { *out = value; }
456
457#define DEFINE_SET_ATTR_VALUE_ONE(ARG_TYPE, FIELD) \
458 void SetAttrValue(ARG_TYPE value, AttrValue* out) { out->set_##FIELD(value); }

Callers

nothing calls this directly

Calls 10

add_shapeMethod · 0.80
AsProtoTensorContentMethod · 0.80
AsProtoFieldMethod · 0.80
add_tensorMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45
ClearMethod · 0.45
AsProtoMethod · 0.45
mutable_shapeMethod · 0.45
NumElementsMethod · 0.45

Tested by

no test coverage detected