Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ GetC
Method
GetC
core/lib/tensor_shape.cpp:65–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
int TShape::GetC(void) const
66
{
67
if(layout_ == TENGINE_LAYOUT_NCHW)
68
return Shape(1);
69
else
70
return Shape(3);
71
}
72
73
int TShape::GetH(void) const
74
{
Callers
15
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
InferShape
Method · 0.80
Calls
no outgoing calls
Tested by
1
create_pooling_node
Function · 0.64