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

Method values

tensorflow/lite/delegates/gpu/common/model.h:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 void set_name(std::string name) { name_ = std::move(name); }
165
166 std::vector<Value<TensorT>*> values() const final {
167 return FilterValues([](const ValueDef&) { return true; });
168 }
169
170 std::vector<Node*> nodes() const final {
171 return FilterNodes([](const NodeDef&) { return true; });

Callers 15

_dump_dataFunction · 0.45
_flattenMethod · 0.45
PrepareMethod · 0.45
CompileMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 9

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
testConversionMethod · 0.36