Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DLayernorm.h29 static constexpr uint32_t kWeight = 0u; member
H A DBatchnorm.h31 static constexpr uint32_t kWeight = 0u; member
/aosp_15_r20/external/webp/src/dsp/
H A Dssim_sse2.c101 static const uint16_t kWeight[] = { 1, 2, 3, 4, 3, 2, 1, 0 }; variable
H A Dssim.c25 static const uint32_t kWeight[2 * VP8_SSIM_KERNEL + 1] = { variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dop_converter.h38 enum class TrtInputArg { kTensor = 1, kWeight = 2, kBoth = 3, kResource = 4 }; enumerator
/aosp_15_r20/external/skia/src/core/
H A DSkFontDescriptor.cpp27 kWeight = 0x10, // scalar (1 - 1000) enumerator
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_fontmapper_unittest.cpp226 constexpr int kWeight = 400; in TEST_F() local
/aosp_15_r20/external/webp/extras/
H A Dget_disto.c107 static const uint32_t kWeight[2 * SSIM_KERNEL + 1] = { 1, 2, 3, 4, 3, 2, 1 }; variable