Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Doperator_property.h137 bool use_projection = false; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_eval.cc315 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputFloat() local
488 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputHybrid() local
673 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputInteger8x8_16() local
1458 const bool use_projection = (projection_weight_ptr != nullptr); in LstmStepInteger8x8_16() local
H A Dlstm.cc239 const bool use_projection = (projection_weights != nullptr); in PopulateQuantizedLstmParams8x8_16() local
544 const bool use_projection = (projection_weights != nullptr); in PopulateQuantizedLstmParams8x8_8() local
H A Dunidirectional_sequence_lstm.cc158 const bool use_projection = (projection_weights != nullptr); in PopulateQuantizedLstmParams8x8_16() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc138 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputCalibration() local
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_dnn.cc2583 bool use_projection = cell_size != 0 && hidden_size < cell_size; in createRnnDescriptor() local