Home
last modified time | relevance | path

Searched defs:input_weights_shape (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/tests/validation/CL/
DLSTMLayerQuantized.cpp88 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/
DLSTMLayerQuantized.cpp95 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/
DLSTMLayerFixture.h50 …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()