Home
last modified time | relevance | path

Searched defs:weights_val (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dfully_connected.h242 int8_t weights_val = *shuffled_weights_ptr++; in ShuffledFullyConnected() local
289 int8_t weights_val = shuffled_weights_ptr[16 * i + j]; in ShuffledFullyConnected() local
H A Dportable_tensor_utils.cc340 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in PortableMatrixBatchVectorMultiplyAccumulateImpl() local
392 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in PortableMatrixBatchVectorMultiply() local
421 int8_t weights_val = hidden_to_output_weights[row * n_hidden + col]; in PortableMatrixBatchVectorMultiply() local
H A Dlstm_cell.h329 int16_t weights_val = in LstmCell() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp298 …const auto weights_val = *(reinterpret_cast<T *>(weights_ptr + m * sizeof(T) + w * run_info.weight… in depthwise_loop_generic_fp() local
462 …const auto weights_val = *(reinterpret_cast<TW *>(weights_ptr + w * run_info.weights_stride_y) + x… in depthwise_loop_multiplier1_quantized() local
567 …const auto weights_val = *(reinterpret_cast<TW *>(weights_ptr + m * sizeof(T) + w * run_info.weigh… in depthwise_loop_generic_quantized() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DQuantUtils.h45 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in MatrixBatchVectorMultiplyAccumulate() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp116 int16_t weights_val = in quantizedLstmStep() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_nn.py3965 def forward_backward(cuda, rnn, input_val, grad_output, weights_val, hx_val, grad_hy, argument