Home
last modified time | relevance | path

Searched defs:aux_input_weights_ptr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dkernel_utils.cc40 const float* aux_input_weights_ptr, in RnnBatchStep()
146 const int8_t* aux_input_weights_ptr, float aux_input_weights_scale, in RnnBatchStep()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp173 const T* aux_input_weights_ptr = nullptr; in RNNStep() local