| 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 | { |
no outgoing calls
no test coverage detected