Searched defs:kWeight (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Layernorm.h | 29 static constexpr uint32_t kWeight = 0u; member
|
H A D | Batchnorm.h | 31 static constexpr uint32_t kWeight = 0u; member
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | ssim_sse2.c | 101 static const uint16_t kWeight[] = { 1, 2, 3, 4, 3, 2, 1, 0 }; variable
|
H A D | ssim.c | 25 static const uint32_t kWeight[2 * VP8_SSIM_KERNEL + 1] = { variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | op_converter.h | 38 enum class TrtInputArg { kTensor = 1, kWeight = 2, kBoth = 3, kResource = 4 }; enumerator
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkFontDescriptor.cpp | 27 kWeight = 0x10, // scalar (1 - 1000) enumerator
|
/aosp_15_r20/external/pdfium/core/fxge/ |
H A D | cfx_fontmapper_unittest.cpp | 226 constexpr int kWeight = 400; in TEST_F() local
|
/aosp_15_r20/external/webp/extras/ |
H A D | get_disto.c | 107 static const uint32_t kWeight[2 * SSIM_KERNEL + 1] = { 1, 2, 3, 4, 3, 2, 1 }; variable
|