Searched defs:weights_val (Results 1 – 3 of 3) sorted by relevance
239 int8_t weights_val = *shuffled_weights_ptr++; in ShuffledFullyConnected() local286 int8_t weights_val = shuffled_weights_ptr[16 * i + j]; in ShuffledFullyConnected() local
305 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in PortableMatrixBatchVectorMultiplyAccumulateImpl() local357 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in PortableMatrixBatchVectorMultiply() local386 int8_t weights_val = hidden_to_output_weights[row * n_hidden + col]; in PortableMatrixBatchVectorMultiply() local
741 int16 weights_val = in LstmCell() local