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

Method AddInputTensor

core/include/node.hpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 void AddInputTensor(Tensor* tensor)
211 {
212 int idx = inputs_.size();
213
214 SetInputPort(idx, tensor);
215 }
216
217 void AddOutputTensor(Tensor* tensor)
218 {

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