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

Method has_default_value

tensorflow/java/src/gen/cc/op_specs.h:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 bool iterable() const { return iterable_; }
118 const Type& jni_type() const { return jni_type_; }
119 bool has_default_value() const { return default_value_ != nullptr; }
120 const AttrValue* default_value() const { return default_value_; }
121
122 private:

Callers 15

CodeMethod · 0.80
AddEagerInferredAttrsMethod · 0.80
CodeMethod · 0.80
AddDocStringAttrsMethod · 0.80
InitApiDefFromOpDefFunction · 0.80
MergeAttrFunction · 0.80
ValidateOpDefFunction · 0.80
SummarizeOpDefFunction · 0.80
DefaultAttrStrFunction · 0.80
OpDefCompatibleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected