Searched refs:FullyConnectedWeightsFormat (Results 1 – 10 of 10) 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;
91 fc->weights_format = FullyConnectedWeightsFormat::kShuffled4x16Int8; in TEST()136 fc->weights_format = FullyConnectedWeightsFormat::kShuffled4x16Int8; in TEST()
447 FullyConnectedWeightsFormat fmt) const { in GetWeightFormat()449 case FullyConnectedWeightsFormat::kDefault: in GetWeightFormat()451 case FullyConnectedWeightsFormat::kShuffled4x16Int8: in GetWeightFormat()474 op->weights_format = FullyConnectedWeightsFormat::kDefault; in ReadOptions()477 op->weights_format = FullyConnectedWeightsFormat::kShuffled4x16Int8; in ReadOptions()481 op->weights_format = FullyConnectedWeightsFormat::kDefault; in ReadOptions()
231 enum class FullyConnectedWeightsFormat : uint8_t {1049 FullyConnectedWeightsFormat weights_format;
63 enum class FullyConnectedWeightsFormat : uint8_t { enum950 FullyConnectedWeightsFormat weights_format;
564 FullyConnectedWeightsFormat weights_format =565 FullyConnectedWeightsFormat::kDefault;
2422 if (fc_op.weights_format == FullyConnectedWeightsFormat::kDefault) { in UndoWeightsShuffling()