Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h239 int8_t weights_val = *shuffled_weights_ptr++; in ShuffledFullyConnected() local
286 int8_t weights_val = shuffled_weights_ptr[16 * i + j]; in ShuffledFullyConnected() local
Dportable_tensor_utils.cc305 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in PortableMatrixBatchVectorMultiplyAccumulateImpl() local
357 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in PortableMatrixBatchVectorMultiply() local
386 int8_t weights_val = hidden_to_output_weights[row * n_hidden + col]; in PortableMatrixBatchVectorMultiply() local
Dreference_ops.h741 int16 weights_val = in LstmCell() local