Searched refs:use_projection (Results 1 – 8 of 8) sorted by relevance
42 op_variant.use_projection = op->inputs[projection_weights_index] != -1; in GetOperatorVariant()269 if (op_variant.use_layer_norm && op_variant.use_projection && in GetOperatorProperty()340 if (op_variant.use_layer_norm && op_variant.use_projection && in GetOperatorProperty()406 if (op_variant.use_layer_norm && !op_variant.use_projection && in GetOperatorProperty()477 if (op_variant.use_layer_norm && !op_variant.use_projection && in GetOperatorProperty()542 if (!op_variant.use_layer_norm && op_variant.use_projection && in GetOperatorProperty()612 if (!op_variant.use_layer_norm && op_variant.use_projection && in GetOperatorProperty()676 if (!op_variant.use_layer_norm && !op_variant.use_projection && in GetOperatorProperty()745 if (!op_variant.use_layer_norm && !op_variant.use_projection && in GetOperatorProperty()
134 bool use_projection = false; member
274 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputFloat() local277 if (use_projection) { in CalculateLstmOutputFloat()446 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputHybrid() local449 if (use_projection) { in CalculateLstmOutputHybrid()631 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputInteger8x8_16() local633 if (use_projection) { in CalculateLstmOutputInteger8x8_16()1402 const bool use_projection = (projection_weight_ptr != nullptr); in LstmStepInteger8x8_16() local1403 if (use_projection) { in LstmStepInteger8x8_16()
238 const bool use_projection = (projection_weights != nullptr); in PopulateQuantizedLstmParams8x8_16() local327 if (use_projection) { in PopulateQuantizedLstmParams8x8_16()543 const bool use_projection = (projection_weights != nullptr); in PopulateQuantizedLstmParams8x8_8() local642 if (use_projection) { in PopulateQuantizedLstmParams8x8_8()
153 const bool use_projection = (projection_weights != nullptr); in PopulateQuantizedLstmParams8x8_16() local242 if (use_projection) { in PopulateQuantizedLstmParams8x8_16()
98 lstm_variant->use_projection = in GetLstmProperty()443 if (index == 4 && !lstm_variant.use_projection) { in processIntermediates()
137 const bool use_projection = (projection_weights != nullptr); in CalculateLstmOutputCalibration() local140 if (use_projection) { in CalculateLstmOutputCalibration()
2529 bool use_projection = cell_size != 0 && hidden_size < cell_size; in createRnnDescriptor() local2530 if (use_projection) { in createRnnDescriptor()