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

Function SetTensorProducer

core/lib/static_graph.cpp:438–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void SetTensorProducer(StaticTensor* tensor, StaticNode* node, int idx)
439{
440 tensor->producer.node_index = node->index;
441 tensor->producer.entry_index = idx;
442}
443
444void AddTensorConsumer(StaticTensor* tensor, StaticNode* node, int idx)
445{

Callers 1

AddNodeOutputTensorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected