Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dssim_sse2.c101 static const uint16_t kWeight[] = { 1, 2, 3, 4, 3, 2, 1, 0 }; variable
Dssim.c25 static const uint32_t kWeight[2 * VP8_SSIM_KERNEL + 1] = { variable
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc2046 enum class TrtInputArg { kTensor = 1, kWeight = 2, kBoth = 3 }; enumerator