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

Method constructor

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

Source from the content-addressed store, hash-verified

225 return Method(clazz.name(), clazz, true);
226 }
227 bool constructor() const { return constructor_; }
228 const string& name() const { return name_; }
229 const Type& return_type() const { return return_type_; }
230 const std::list<Variable>& arguments() const { return arguments_; }

Callers 1

source_writer.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected