Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h802 struct Padding3D struct
804 Padding3D() noexcept in Padding3D() argument
808 Padding3D(size_t pad_x, size_t pad_y, size_t pad_z) in Padding3D() argument
813 Padding3D(size_t left, size_t right, size_t top, size_t bottom, size_t front, size_t back) in Padding3D() argument
818 size_t left = { 0 }; /**< Padding across the width dimenstion on the left, in elements. */
819 size_t right = { 0 }; /**< Padding across the width dimenstion on the right, in elements. */
820 size_t top = { 0 }; /**< Padding across the height dimenstion on the top, in elements. */
821 size_t bottom = { 0 }; /**< Padding across the height dimenstion on the bottom, in elements. */
822 size_t front = { 0 }; /**< Padding across the depth dimenstion on the front, in elements. */
823 size_t back = { 0 }; /**< Padding across the depth dimenstion on the back, in elements. */
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Doperations.h133 struct Padding3D { struct
135 Padding3D& operator=(const Padding3D& value); argument
143 HWD prepended = HWD(0, 0, 0);
144 HWD appended = HWD(0, 0, 0);