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

Method AddOutputTensor

core/include/node.hpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 void AddOutputTensor(Tensor* tensor)
218 {
219 int idx = outputs_.size();
220
221 SetOutputPort(idx, tensor);
222 }
223
224 void SetInputPort(unsigned int idx, Tensor* tensor)
225 {

Callers 5

AddConstNodeToSubGraphFunction · 0.80
GraphFuseBNScaleFunction · 0.80
GraphFuseRelu6Function · 0.80
GraphFuseConvBNFunction · 0.80
GraphFuseConvReLuCommonFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected