/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | bidirectional_sequence_lstm_test.cc | 558 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST_P() local 724 static float lstm_input[] = {2., 3., 2., 3., 3., 4., 3., 4., 1., 1., 1., 1.}; in TEST_P() local 1039 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST() local 1816 static float lstm_input[][20] = { in TEST() local 2519 static float lstm_input[][20] = { in TEST() local 2758 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST_P() local 2932 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST_P() local
|
H A D | lstm_test.cc | 1726 const std::vector<std::vector<float>> lstm_input = { in TEST() local 1899 const std::vector<std::vector<float>> lstm_input = { in TEST() local 2066 const std::vector<std::vector<float>> lstm_input = { in TEST() local
|
H A D | unidirectional_sequence_lstm_test.cc | 2910 const std::vector<float> lstm_input = { in TEST() local 3079 const std::vector<float> lstm_input = { in TEST() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | LSTMTest.cpp | 350 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST() local 447 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST() local 943 static float lstm_input[][20] = { in TEST() local
|
D | LayerNormLSTMTest.cpp | 375 const std::vector<std::vector<float>> lstm_input = { in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
H A D | calibrator_test.cc | 304 const std::vector<float> lstm_input = {0.3, 0.2}; in TEST() local 366 const std::vector<float> lstm_input = {0.3, 0.2, 0.9, 0.8}; in TEST() local 428 const std::vector<float> lstm_input = {0.3, 0.2, 0.9, 0.8}; in TEST() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Lstm.cpp | 50 std::tuple<Tensor, Tensor, Tensor> lstm_input( in lstm_input() function
|