| 144 | } |
| 145 | |
| 146 | bool SupportsShuffledFCWeights(FileFormat format) { return format == TFLITE; } |
| 147 | |
| 148 | bool IsRealValued(toco::ArrayDataType type) { |
| 149 | // TODO(benoitjacob) - this is hardcoding that uint8 and int16 are only used |
no outgoing calls
no test coverage detected