Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Doperations.h119 struct Padding2D { struct
121 Padding2D& operator=(const Padding2D& value); argument
147 struct Crop2D : public Padding2D {}; argument
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h788 struct Padding2D struct
791 Padding2D(size_t left, size_t right, size_t top, size_t bottom) in Padding2D() argument
795 size_t left = { 0 }; /**< Padding across the width dimension on the left, in elements. */
796 size_t right = { 0 }; /**< Padding across the width dimension on the right, in elements. */
797 size_t top = { 0 }; /**< Padding across the height dimension on the top, in elements. */
798 size_t bottom = { 0 }; /**< Padding across the height dimension on the bottom, in elements. */