Searched defs:input_weights_shape (Results 1 – 3 of 3) sorted by relevance
/external/ComputeLibrary/tests/validation/CL/ |
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
|
/external/ComputeLibrary/tests/validation/NEON/ |
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
|
/external/ComputeLibrary/tests/validation/fixtures/ |
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()
|