• Home
  • Raw
  • Download

Lines Matching refs:cellStateInVector

175     std::vector<T> cellStateInVector(batchSize * numUnits, T());  in LstmNoCifgNoPeepholeNoProjectionTestImpl()  local
329 CopyDataToITensorHandle(cellStateInHandle.get(), cellStateInVector.data()); in LstmNoCifgNoPeepholeNoProjectionTestImpl()
371 std::vector<T> cellStateInVector(batchSize * numUnits, T()); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1002 CopyDataToITensorHandle(cellStateInHandle.get(), cellStateInVector.data()); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()
1056 std::vector<float> cellStateInVector(batchSize * cellSize, 0.f); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1227 CopyDataToITensorHandle(cellStateInHandle.get(), cellStateInVector.data()); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl()
1278 std::vector<float> cellStateInVector(batchSize * numUnits, 0.f); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1479 CopyDataToITensorHandle(cellStateInHandle.get(), cellStateInVector.data()); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()
1539 std::vector<int16_t> cellStateInVector = {876, 1034, 955, -909, 761, 1029, 796, -1036}; // 13 in QuantizedLstmTestImpl() local
1668 CopyDataToITensorHandle(cellStateInHandle.get(), cellStateInVector.data()); in QuantizedLstmTestImpl()
1752 std::vector<int16_t> cellStateInVector = {0, 0, 0, 0, 0, 0, 0, 0}; in QLstmTestImpl() local
1906 CopyDataToITensorHandle(cellStateInHandle.get(), cellStateInVector.data()); in QLstmTestImpl()
1990 std::vector<int16_t> cellStateInVector = {0, 0, 0, 0, 0, 0, 0, 0}; in QLstmTestImpl1() local
2171 CopyDataToITensorHandle(cellStateInHandle.get(), cellStateInVector.data()); in QLstmTestImpl1()
2255 std::vector<int16_t> cellStateInVector = {0, 0, 0, 0, 0, 0, 0, 0}; in QLstmTestImpl2() local
2422 CopyDataToITensorHandle(cellStateInHandle.get(), cellStateInVector.data()); in QLstmTestImpl2()