Searched defs:input_weights_shape (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | LSTMLayerQuantized.cpp | 88 TensorShape input_weights_shape{ input_size, output_size }; in TEST_SUITE() local 227 TensorShape input_weights_shape{ input_size, output_size }; in TEST_CASE() local 467 TensorShape input_weights_shape{ input_size, output_size }; in TEST_SUITE() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | LSTMLayerQuantized.cpp | 95 TensorShape input_weights_shape{ input_size, output_size }; in TEST_SUITE() local 234 TensorShape input_weights_shape{ input_size, output_size }; in TEST_CASE() local 474 TensorShape input_weights_shape{ input_size, output_size }; in TEST_SUITE() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | LSTMLayerFixture.h | 50 …void setup(TensorShape input_shape, TensorShape input_weights_shape, TensorShape recurrent_weights… in setup() 79 …ensorType compute_target(const TensorShape &input_shape, const TensorShape &input_weights_shape, c… in compute_target() 324 …sor<T> compute_reference(const TensorShape &input_shape, const TensorShape &input_weights_shape, c… in compute_reference()
|