Home
last modified time | relevance | path

Searched refs:scratch_ptr_batch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dsvdf.h46 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation() local
49 scratch_ptr_batch); in ApplyTimeWeightsBiasAndActivation()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DSVDF.cpp202 float* scratch_ptr_batch = scratch + b * num_filters; in EvalFloat32() local
204 weightsTimeData, state_out_ptr_batch, memory_size, num_filters, scratch_ptr_batch); in EvalFloat32()