Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/tests/
H A DImagePreprocessor.hpp28 NHWC, enumerator
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
H A Dtensor.hpp33 NHWC, ///< [Batch x Height x Width x Channels] enumerator
/aosp_15_r20/external/executorch/backends/arm/test/tester/
H A Darm_tester.py489 self, data: Tuple[torch.Tensor], to: Literal["NHWC", "NCHW"]
/aosp_15_r20/external/armnn/include/armnn/
H A DTypes.hpp65 NHWC = 2, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dmkl_layout_pass.cc834 struct NHWC { struct in tensorflow::MklLayoutRewritePass
835 enum dim { N = 0, H = 1, W = 2, C = 3 };
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h117 NHWC, /**< Num samples, height, width, channels */ enumerator