Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
H A Dwinograd_implementations.hpp81 struct TransformImplementation struct
83 std::unique_ptr<const ITransform> transform;
84 MethodConstraints constraints;
86TransformImplementation(const ITransform *transform, const MethodConstraints &constraints = Method… in TransformImplementation() function
101 struct TransformImplementation struct
103 std::unique_ptr<const ITransform> transform;
104 MethodConstraints constraints;
106TransformImplementation(const ITransform *transform, const MethodConstraints &constraints = Method… in TransformImplementation() function
121 struct TransformImplementation struct
123 std::unique_ptr<const ITransform> transform;
[all …]