Home
last modified time | relevance | path

Searched refs:input_shapes (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTMTest.cpp92 std::vector<std::vector<uint32_t>> input_shapes(input_shapes0); in LSTMOpModel() local
94 input_shapes.push_back({n_batch, n_output}); in LSTMOpModel()
95 input_shapes.push_back({n_batch, n_cell}); in LSTMOpModel()
96 auto it = input_shapes.begin(); in LSTMOpModel()
DLayerNormLSTMTest.cpp101 std::vector<std::vector<uint32_t>> input_shapes(input_shapes0); in LayerNormLSTMOpModel() local
103 auto it = input_shapes.begin(); in LayerNormLSTMOpModel()
107 CHECK(it != input_shapes.end()); \ in LayerNormLSTMOpModel()
DSVDFTest.cpp175 std::vector<std::vector<uint32_t>> input_shapes{ in SVDFOpModel() local
183 auto it = input_shapes.begin(); in SVDFOpModel()