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

Method BindStaticTensor

core/lib/tensor.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Tensor::BindStaticTensor(StaticConstTensor* static_tensor)
102{
103 static_tensor_ = static_tensor;
104}
105
106} // namespace TEngine

Callers 1

CreateNodeFromStaticMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected