Home
last modified time | relevance | path

Searched defs:use_projection (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/
Doperator_property.h134 bool use_projection = false; member
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc274 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputFloat() local
446 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputHybrid() local
631 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputInteger8x8_16() local
1402 const bool use_projection = (projection_weight_ptr != nullptr); in LstmStepInteger8x8_16() local
Dlstm.cc238 const bool use_projection = (projection_weights != nullptr); in PopulateQuantizedLstmParams8x8_16() local
543 const bool use_projection = (projection_weights != nullptr); in PopulateQuantizedLstmParams8x8_8() local
Dunidirectional_sequence_lstm.cc153 const bool use_projection = (projection_weights != nullptr); in PopulateQuantizedLstmParams8x8_16() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc137 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputCalibration() local
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc2529 bool use_projection = cell_size != 0 && hidden_size < cell_size; in createRnnDescriptor() local