Searched refs:scratch_ptr_batch (Results 1 – 5 of 5) sorted by relevance
109 int32_t* scratch_ptr_batch = scratch_tensor + b * n_filter; in EvalIntegerSvdfReference() local119 *scratch_ptr_batch = 0; in EvalIntegerSvdfReference()121 *scratch_ptr_batch += *vector1_ptr++ * *vector2_ptr++; in EvalIntegerSvdfReference()123 scratch_ptr_batch++; in EvalIntegerSvdfReference()152 int32_t* scratch_ptr_batch = scratch_tensor + b * n_filter; in EvalIntegerSvdfReference() local157 output_temp_ptr[i] += *scratch_ptr_batch++; in EvalIntegerSvdfReference()
64 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation() local68 *scratch_ptr_batch = 0.f; in ApplyTimeWeightsBiasAndActivation()70 *scratch_ptr_batch += *vector1_ptr++ * *vector2_ptr++; in ApplyTimeWeightsBiasAndActivation()72 scratch_ptr_batch++; in ApplyTimeWeightsBiasAndActivation()96 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation() local101 output_ptr_batch[i] += *scratch_ptr_batch++; in ApplyTimeWeightsBiasAndActivation()
80 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation() local84 *scratch_ptr_batch = 0.f; in ApplyTimeWeightsBiasAndActivation()86 *scratch_ptr_batch += *vector1_ptr++ * *vector2_ptr++; in ApplyTimeWeightsBiasAndActivation()88 scratch_ptr_batch++; in ApplyTimeWeightsBiasAndActivation()112 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation() local117 output_ptr_batch[i] += *scratch_ptr_batch++; in ApplyTimeWeightsBiasAndActivation()
163 int32_t* scratch_ptr_batch = scratch_tensor + b * n_filter; in EvalIntegerSvdfHifimini() local176 *scratch_ptr_batch = 0; in EvalIntegerSvdfHifimini()188 *scratch_ptr_batch = AE_TRUNCA32Q48(sum_56); in EvalIntegerSvdfHifimini()189 scratch_ptr_batch++; in EvalIntegerSvdfHifimini()218 int32_t* scratch_ptr_batch = scratch_tensor + b * n_filter; in EvalIntegerSvdfHifimini() local223 output_temp_ptr[i] += *scratch_ptr_batch++; in EvalIntegerSvdfHifimini()
46 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation() local49 scratch_ptr_batch); in ApplyTimeWeightsBiasAndActivation()