/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unidirectional_sequence_lstm_test.cc | 138 UnidirectionalLSTMOpModel* lstm, float tolerance = 1e-5, in VerifyGoldens() 255 UnidirectionalLSTMOpModel lstm( in TEST_F() local 317 UnidirectionalLSTMOpModel lstm( in TEST_F() local 384 HybridUnidirectionalLSTMOpModel lstm( in TEST_P() local 447 HybridUnidirectionalLSTMOpModel lstm( in TEST_P() local 558 UnidirectionalLSTMOpModel lstm( in TEST_F() local 620 HybridUnidirectionalLSTMOpModel lstm( in TEST_P() local 682 HybridUnidirectionalLSTMOpModel lstm( in TEST_P() local 1344 UnidirectionalLSTMOpModel lstm( in TEST_F() local 1413 HybridUnidirectionalLSTMOpModel lstm( in TEST_P() local [all …]
|
H A D | bidirectional_sequence_lstm_test.cc | 440 BidirectionalLSTMOpModel lstm( in TEST_P() local 606 BidirectionalLSTMOpModel lstm( in TEST_P() local 769 BidirectionalLSTMOpModel lstm( in TEST() local 930 BidirectionalLSTMOpModel lstm( in TEST() local 1081 BidirectionalLSTMOpModel lstm( in TEST() local 1232 BidirectionalLSTMOpModel lstm( in TEST() local 1935 BidirectionalLSTMOpModel lstm( in TEST() local 2640 BidirectionalLSTMOpModel lstm( in TEST_P() local 2814 BidirectionalLSTMOpModel lstm( in TEST_P() local
|
H A D | lstm_test.cc | 341 void VerifyGoldens(LSTMOpModel* lstm, float tolerance) { in VerifyGoldens() 383 void SetAllWeightsAndBiases(LSTMOpModel* lstm) { in SetAllWeightsAndBiases() 475 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST_P() local 546 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST_P() local 1128 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST_P() local 1224 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST_P() local 1298 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST_P() local 1692 LSTMIntegerOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local 1860 LSTMIntegerOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local 2030 LSTMIntegerOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local
|
H A D | quant_basic_lstm_test.cc | 168 QuantizedLSTMOpModel* lstm) { in VerifyGoldens() 210 QuantizedLSTMOpModel lstm( in TEST_P() local
|
H A D | optional_tensor_test.cc | 235 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local
|
H A D | lstm.cc | 42 namespace lstm { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
H A D | lstm_full_test.cc | 228 void VerifyGoldens(LSTMOpModel* lstm, float tolerance) { in VerifyGoldens() 318 LSTMOpModel lstm( in TEST_P() local 386 LSTMOpModel lstm( in TEST_P() local 949 LSTMOpModel lstm( in TEST_P() local 1035 LSTMOpModel lstm( in TEST_F() local 1098 LSTMOpModel lstm( in TEST_F() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/ |
D | lstm.example.cpp | 7 namespace generated_tests::lstm { namespace 304 namespace generated_tests::lstm { namespace
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | LSTMTest.cpp | 279 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local 383 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local 479 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local
|
D | QuantizedLSTMTest.cpp | 239 QuantizedLSTMOpModel* lstm) { in VerifyGoldens() 285 QuantizedLSTMOpModel lstm({ in TEST_F() local
|
D | LayerNormLSTMTest.cpp | 293 LayerNormLSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | LSTM.cpp | 25 namespace lstm { namespace
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_utils.cpp | 239 std::pair<at::Tensor, at::Tensor> lstm( in lstm() function
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | benchmark_meta_gemm.cc | 292 std::vector<Shape> lstm; in main() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | LSTMLayerFixture.h | 163 FunctionType lstm; in compute_target() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate_test.cc | 3452 LSTMOpModel* lstm, float tolerance = 1e-5) { in VerifyGoldens() 3538 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST_F() local 3602 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST_F() local 3714 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST_F() local 4372 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
H A D | lstm_utils.cc | 727 auto lstm = builder->create<mlir::TFL::UnidirectionalSequenceLSTMOp>( in ConvertKerasLSTMLayer() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | RNN.cpp | 1430 std::tuple<Tensor, Tensor, Tensor> lstm( in lstm() function 1491 std::tuple<Tensor, Tensor, Tensor> lstm( in lstm() function
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 1007 BidirectionalSequenceLSTM lstm(operation, operands); in executeOperation() local
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset9.py | 4556 def lstm(g: jit_utils.GraphContext, *args): function
|
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | modules.cpp | 4434 auto lstm = LSTMCell(1, 2); in TEST_F() local
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit.py | 2843 def lstm(x, hx, cx, w_ih, w_hh, b_ih, b_hh): function 11145 def lstm(x, hx, cx, w_ih, w_hh, b_ih, b_hh): function
|