Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ SetTensorDim
Function
SetTensorDim
core/lib/static_graph.cpp:412–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
}
411
412
void SetTensorDim(StaticTensor* tensor, const std::vector<int>& dims)
413
{
414
tensor->dims = dims;
415
}
416
417
const std::vector<int>& GetTensorDim(StaticTensor* tensor)
418
{
Callers
15
LoadTensor
Method · 0.85
LoadTensor
Method · 0.85
LoadCaffeBlob
Function · 0.85
CreatePresetNode
Function · 0.85
LoadCaffeInputOp
Function · 0.85
LoadLiteTensor
Method · 0.85
LoadConv2DDepthwise
Function · 0.85
LoadConstTensor
Method · 0.85
CreateInputNode
Method · 0.85
LoadMxnetEltScalar
Function · 0.85
CreateInputNode
Function · 0.85
LoadConstTensor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected