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

Method Reshaped

core/include/tensor.hpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 /* used by consumer node to signal the input tensor that the reshape event has been taken */
110 void UpdateReshapeCount(void);
111 bool Reshaped(void)
112 {
113 return reshaped_count_ > 0;
114 }
115
116 int GetDataType(void) const
117 {

Callers 3

InferShapeMethod · 0.80
InputReshapedMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected