MCPcopy 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
65int TShape::GetC(void) const
66{
67 if(layout_ == TENGINE_LAYOUT_NCHW)
68 return Shape(1);
69 else
70 return Shape(3);
71}
72
73int TShape::GetH(void) const
74{

Callers 15

InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80
InferShapeMethod · 0.80

Calls

no outgoing calls

Tested by 1

create_pooling_nodeFunction · 0.64