MCPcopy Create free account
hub / github.com/OAID/Tengine / SetGraphConstTensorFile

Function SetGraphConstTensorFile

core/lib/static_graph.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void SetGraphConstTensorFile(StaticGraph* graph, const std::string& fname)
114{
115 graph->const_tensor_file = fname;
116}
117
118// if attr_name exist, return false
119bool AddGraphAttr(StaticGraph* graph, const std::string& attr_name, any&& value)

Callers 5

LoadModelMethod · 0.85
LoadModelMethod · 0.85
LoadModelMethod · 0.85
LoadModelMethod · 0.85
LoadModelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected