Home
last modified time | relevance | path

Searched refs:FullyConnectedWeightsFormat (Results 1 – 9 of 9) 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/
Doperator.cc446 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()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h42 enum class FullyConnectedWeightsFormat : uint8 { enum
827 FullyConnectedWeightsFormat weights_format;
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h36 enum class FullyConnectedWeightsFormat : uint8 { enum
851 FullyConnectedWeightsFormat weights_format;
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h547 FullyConnectedWeightsFormat weights_format =
548 FullyConnectedWeightsFormat::kDefault;
Dtooling_util.cc2360 if (fc_op.weights_format == FullyConnectedWeightsFormat::kDefault) { in UndoWeightsShuffling()