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

Method set_name

tensorflow/lite/delegates/flex/kernel.cc:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184 const string& name() const { return name_; }
185 void set_name(const string& name) { name_ = name; }
186
187 int index() const { return index_; }
188 void set_index(int index) { index_ = index; }

Callers 15

EvaluateModelForShardFunction · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
EvaluateModelFunction · 0.45
EvaluateModelFunction · 0.45
InitFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
BuildNodeFunction · 0.36
BuildConstNodeFunction · 0.36
TESTFunction · 0.36
NodeWithTensorContentMethod · 0.36
BuildUnaryNodeMethod · 0.36
AddNewNodeMethod · 0.36