Home
last modified time | relevance | path

Searched defs:lstm (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunidirectional_sequence_lstm_test.cc138 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 Dbidirectional_sequence_lstm_test.cc440 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 Dlstm_test.cc341 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 Dquant_basic_lstm_test.cc168 QuantizedLSTMOpModel* lstm) { in VerifyGoldens()
210 QuantizedLSTMOpModel lstm( in TEST_P() local
H A Doptional_tensor_test.cc235 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local
H A Dlstm.cc42 namespace lstm { namespace
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
H A Dlstm_full_test.cc228 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/
Dlstm.example.cpp7 namespace generated_tests::lstm { namespace
304 namespace generated_tests::lstm { namespace
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTMTest.cpp279 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
DQuantizedLSTMTest.cpp239 QuantizedLSTMOpModel* lstm) { in VerifyGoldens()
285 QuantizedLSTMOpModel lstm({ in TEST_F() local
DLayerNormLSTMTest.cpp293 LayerNormLSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/
DLSTM.cpp25 namespace lstm { namespace
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_utils.cpp239 std::pair<at::Tensor, at::Tensor> lstm( in lstm() function
/aosp_15_r20/external/gemmlowp/test/
H A Dbenchmark_meta_gemm.cc292 std::vector<Shape> lstm; in main() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DLSTMLayerFixture.h163 FunctionType lstm; in compute_target() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_test.cc3452 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 Dlstm_utils.cc727 auto lstm = builder->create<mlir::TFL::UnidirectionalSequenceLSTMOp>( in ConvertKerasLSTMLayer() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRNN.cpp1430 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/
DCpuExecutor.cpp1007 BidirectionalSequenceLSTM lstm(operation, operands); in executeOperation() local
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py4556 def lstm(g: jit_utils.GraphContext, *args): function
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmodules.cpp4434 auto lstm = LSTMCell(1, 2); in TEST_F() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py2843 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