Home
last modified time | relevance | path

Searched refs:scratch_ptr (Results 1 – 3 of 3) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Dsvdf_common.cc199 float* const __restrict__ state_ptr, float* const __restrict__ scratch_ptr, in ApplyTimeWeightsBiasAndActivation() argument
204 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
236 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
282 float* scratch_ptr = static_cast<float*>( in EvalFloatSvdfReference() local
327 bias_ptr, params->activation, state_ptr, scratch_ptr, output_ptr); in EvalFloatSvdfReference()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/cmsis_nn/
Dsvdf.cc75 float* const __restrict__ state_ptr, float* const __restrict__ scratch_ptr, in ApplyTimeWeightsBiasAndActivation() argument
80 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
112 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
158 float* scratch_ptr = static_cast<float*>( in EvalFloatSVDF() local
203 bias_ptr, params->activation, state_ptr, scratch_ptr, output_ptr); in EvalFloatSVDF()
/tflite-micro-3.4.0-2.7.6/third_party/hexagon/
Dsvdf.cc102 float* const __restrict__ state_ptr, float* const __restrict__ scratch_ptr, in ApplyTimeWeightsBiasAndActivation() argument
107 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
139 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
185 float* scratch_ptr = static_cast<float*>( in EvalFloatSVDF() local
230 bias_ptr, params->activation, state_ptr, scratch_ptr, output_ptr); in EvalFloatSVDF()