Searched defs:kWeight (Results 1 – 3 of 3) sorted by relevance
101 static const uint16_t kWeight[] = { 1, 2, 3, 4, 3, 2, 1, 0 }; variable
25 static const uint32_t kWeight[2 * VP8_SSIM_KERNEL + 1] = { variable
2046 enum class TrtInputArg { kTensor = 1, kWeight = 2, kBoth = 3 }; enumerator