Searched defs:kWeight (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | util.h | 31 enum ParamType { kUnKnown = 0, kWeight = 1, kAccumulation = 2 }; enumerator
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/ |
D | layer_input.h | 57 enum class InputType : char { kUnknown = 0, kTensor, kWeight }; enumerator
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | ssim_sse2.c | 101 static const uint16_t kWeight[] = { 1, 2, 3, 4, 3, 2, 1, 0 }; variable
|
D | ssim.c | 25 static const uint32_t kWeight[2 * VP8_SSIM_KERNEL + 1] = { variable
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | ssim_sse2.c | 101 static const uint16_t kWeight[] = { 1, 2, 3, 4, 3, 2, 1, 0 }; variable
|
D | ssim.c | 25 static const uint32_t kWeight[2 * VP8_SSIM_KERNEL + 1] = { variable
|
/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | common.h | 115 constexpr auto kWeight = "weight"; variable
|
/third_party/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 107 static const uint32_t kWeight[2 * SSIM_KERNEL + 1] = { 1, 2, 3, 4, 3, 2, 1 }; variable
|
/third_party/flutter/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 107 static const uint32_t kWeight[2 * SSIM_KERNEL + 1] = { 1, 2, 3, 4, 3, 2, 1 }; variable
|