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

Function SetTensorSize

core/lib/static_graph.cpp:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432int SetTensorSize(StaticTensor* tensor, int size)
433{
434 tensor->mem_size = size;
435 return 0;
436}
437
438void SetTensorProducer(StaticTensor* tensor, StaticNode* node, int idx)
439{

Callers 14

LoadTensorMethod · 0.85
LoadTensorMethod · 0.85
LoadCaffeBlobFunction · 0.85
CreatePresetNodeFunction · 0.85
LoadConstTensorMethod · 0.85
LoadMxnetEltScalarFunction · 0.85
LoadConstTensorFunction · 0.85
CreatePresetNodeFunction · 0.85
LoadLSTMInitStateFunction · 0.85
LoadGRUInitStateFunction · 0.85
LoadRNNInitStateFunction · 0.85
LoadConstNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected