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

Method InputReshaped

core/include/node.hpp:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 }
321
322 bool InputReshaped(void)
323 {
324 Tensor* input = GetInputTensor(0);
325 return input->Reshaped();
326 }
327
328 /*
329 please note here the idx just for node,

Callers 1

RunMethod · 0.80

Calls 1

ReshapedMethod · 0.80

Tested by

no test coverage detected