Home
last modified time | relevance | path

Searched refs:FullyConnectedWeightsFormat (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dshuffle_fc_weights.cc36 if (fc_op->weights_format != FullyConnectedWeightsFormat::kDefault) { in Run()
140 fc_op->weights_format = FullyConnectedWeightsFormat::kShuffled4x16Int8; in Run()
Densure_uint8_weights_safe_for_fast_int8_kernels.cc126 CHECK(fc_op.weights_format == FullyConnectedWeightsFormat::kDefault) in Run()
Didentify_lstm.cc248 FullyConnectedWeightsFormat::kDefault) { in Run()
/external/tensorflow/tensorflow/lite/toco/runtime/
Dtypes.h27 using tflite::FullyConnectedWeightsFormat;
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version_test.cc91 fc->weights_format = FullyConnectedWeightsFormat::kShuffled4x16Int8; in TEST()
136 fc->weights_format = FullyConnectedWeightsFormat::kShuffled4x16Int8; in TEST()
Doperator.cc447 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()
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h231 enum class FullyConnectedWeightsFormat : uint8_t {
1049 FullyConnectedWeightsFormat weights_format;
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h63 enum class FullyConnectedWeightsFormat : uint8_t { enum
950 FullyConnectedWeightsFormat weights_format;
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h564 FullyConnectedWeightsFormat weights_format =
565 FullyConnectedWeightsFormat::kDefault;
Dtooling_util.cc2422 if (fc_op.weights_format == FullyConnectedWeightsFormat::kDefault) { in UndoWeightsShuffling()