Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dquant_lstm_sup_test.cc74 std::vector<uint8_t> submatrix; in TEST_F() local
95 std::vector<uint8_t> submatrix; in TEST_F() local
116 std::vector<uint8_t> submatrix; in TEST_F() local
H A Dquant_lstm_sup.cc32 std::vector<uint8_t>* submatrix) { in ExtractQuantLstmWeightsSubmatrix()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp210 void assignWeightsSubmatrix(const RunTimeOperandInfo* submatrix, const int32_t offset_row, in assignWeightsSubmatrix()