Home
last modified time | relevance | path

Searched defs:shape_flatten (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DFlattenLayerFixture.h56 TensorShape shape_flatten; in setup() local
76 …TensorType compute_target(const TensorShape &shape, const TensorShape &shape_flatten, DataType dat… in compute_target()
105 …SimpleTensor<T> compute_reference(const TensorShape &shape, const TensorShape &shape_flatten, Data… in compute_reference()
/external/ComputeLibrary/tests/validation/reference/
DFlattenLayer.cpp35 SimpleTensor<T> flatten_layer(const SimpleTensor<T> &src, const TensorShape &shape_flatten) in flatten_layer()