/third_party/boost/boost/graph/ |
D | copy.hpp | 186 typename graph_traits< MutableGraph >::vertex_descriptor new_v in apply() local 188 put(orig2copy, *vi, new_v); in apply() 189 copy_vertex(*vi, new_v); in apply() 220 typename graph_traits< MutableGraph >::vertex_descriptor new_v in apply() local 222 put(orig2copy, *vi, new_v); in apply() 223 copy_vertex(*vi, new_v); in apply() 262 typename graph_traits< MutableGraph >::vertex_descriptor new_v in apply() local 264 put(orig2copy, *vi, new_v); in apply() 265 copy_vertex(*vi, new_v); in apply()
|
/third_party/ffmpeg/libavcodec/ |
D | escape130.c | 35 uint8_t *new_v, *old_v; member 141 s->new_v = s->new_u + avctx->width * avctx->height / 4; in escape130_decode_init() 224 new_cr = s->new_v; in escape130_decode_frame() 315 new_cr = s->new_v; in escape130_decode_frame() 341 FFSWAP(uint8_t*, s->old_v, s->new_v); in escape130_decode_frame()
|
/third_party/mindspore/tests/st/quantization/mobilenetv2_quant/ |
D | mobilenetV2.py | 29 new_v = max(min_value, int(v + divisor / 2) // divisor * divisor) 31 if new_v < 0.9 * v: 32 new_v += divisor 33 return new_v
|
/third_party/mindspore/mindspore/lite/examples/transfer_learning/model/ |
D | effnet.py | 30 new_v = max(min_value, int(v + divisor / 2) // divisor * divisor) 32 if new_v < 0.9 * v: 33 new_v += divisor 34 return new_v
|
/third_party/ffmpeg/libavfilter/ |
D | vf_hue.c | 131 int32_t i, j, u, v, new_u, new_v; in create_chrominance_lut() local 150 new_v = ((s * u) + (c * v) + (1 << 15) + (128 << 16)) >> 16; in create_chrominance_lut() 154 h->lut_v[i][j] = av_clip_uint8(new_v); in create_chrominance_lut() 169 new_v = ((s * u) + (c * v) + (1 << 15) + (512 << 16)) >> 16; in create_chrominance_lut() 173 h->lut_v10[i][j] = av_clip_uintp2(new_v, 10); in create_chrominance_lut()
|
/third_party/mindspore/tests/st/auto_monad/ |
D | test_auto_monad_expression.py | 76 out, new_var, new_m, new_v = net(beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad) 83 allclose_nparray(new_v_pyn.asnumpy(), new_v.asnumpy(), 0.001, 0.001)
|
D | test_effect_optimizer.py | 57 new_var, new_m, new_v = net( 59 assert ((new_var != var).any() and (new_m != m).any() and (new_v != v).any()), \ 93 new_var, new_m, new_v = net(beta1_power, lr, beta1, beta2, epsilon, grad) 94 assert ((new_var != var).any() and (new_m != m).any() and (new_v != v).any()), \ 490 new_var, new_m, new_v = net( 492 assert ((new_var != var).any() and (new_m != m).any() and (new_v != v).any()), \ 560 new_var, new_m, new_v = net( 562 assert ((new_var != var).any() and (new_m != m).any() and (new_v != v).any()), \
|
/third_party/abseil-cpp/absl/flags/ |
D | marshalling_test.cc | 813 T new_v; in TestRoundtrip() local 815 EXPECT_TRUE(absl::ParseFlag(absl::UnparseFlag(v), &new_v, &err)); in TestRoundtrip() 816 EXPECT_EQ(new_v, v); in TestRoundtrip()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | marshalling_test.cc | 813 T new_v; in TestRoundtrip() local 815 EXPECT_TRUE(absl::ParseFlag(absl::UnparseFlag(v), &new_v, &err)); in TestRoundtrip() 816 EXPECT_EQ(new_v, v); in TestRoundtrip()
|