MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SupportsShuffledFCWeights

Function SupportsShuffledFCWeights

tensorflow/lite/toco/toco_tooling.cc:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TransformWithStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected