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

Method default_value

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

Source from the content-addressed store, hash-verified

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:
123 const string op_def_name_;

Callers 3

CollectOpDependenciesFunction · 0.45
RenderFactoryMethodsFunction · 0.45
CreateAttributeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected