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

Method UpdateReshapeCount

core/lib/tensor.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Tensor::UpdateReshapeCount(void)
45{
46 reshaped_count_--;
47
48 if(reshaped_count_ < 0)
49 {
50 LOG_ERROR() << "tensor: " << name_ << " has bad reshaped_count: " << ( int )reshaped_count_ << "\n";
51 }
52}
53
54unsigned int Tensor::GetTotalSize(void) const
55{

Callers 2

InferShapeMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected