Searched refs:FullyConnectedWeightsFormat (Results 1 – 9 of 9) sorted by relevance
36 if (fc_op->weights_format != FullyConnectedWeightsFormat::kDefault) { in Run()140 fc_op->weights_format = FullyConnectedWeightsFormat::kShuffled4x16Int8; in Run()
126 CHECK(fc_op.weights_format == FullyConnectedWeightsFormat::kDefault) in Run()
248 FullyConnectedWeightsFormat::kDefault) { in Run()
27 using tflite::FullyConnectedWeightsFormat;
446 case FullyConnectedWeightsFormat::kDefault: in WriteOptions()450 case FullyConnectedWeightsFormat::kShuffled4x16Int8: in WriteOptions()469 op->weights_format = FullyConnectedWeightsFormat::kDefault; in ReadOptions()472 op->weights_format = FullyConnectedWeightsFormat::kShuffled4x16Int8; in ReadOptions()476 op->weights_format = FullyConnectedWeightsFormat::kDefault; in ReadOptions()513 FullyConnectedWeightsFormat::kShuffled4x16Int8) { in GetVersion()
42 enum class FullyConnectedWeightsFormat : uint8 { enum827 FullyConnectedWeightsFormat weights_format;
36 enum class FullyConnectedWeightsFormat : uint8 { enum851 FullyConnectedWeightsFormat weights_format;
547 FullyConnectedWeightsFormat weights_format =548 FullyConnectedWeightsFormat::kDefault;
2360 if (fc_op.weights_format == FullyConnectedWeightsFormat::kDefault) { in UndoWeightsShuffling()