Home
last modified time | relevance | path

Searched defs:hidden_to_output_weights (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.h138 const int8_t* hidden_to_output_weights, in MatrixBatchVectorMultiply()
H A Dsse_tensor_utils.h152 const int8_t* hidden_to_output_weights, in MatrixBatchVectorMultiply()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dportable_tensor_utils.h177 const int8_t* hidden_to_output_weights, in MatrixBatchVectorMultiply()
H A Dportable_tensor_utils.cc410 const int16_t* hidden, const int8_t* hidden_to_output_weights, in PortableMatrixBatchVectorMultiply()