/third_party/mindspore/tests/ut/python/keep_order/ |
D | test_keep_order.py | 46 init = F.depend(init, sum_) 47 init = F.depend(init, product) 49 sum_ = F.depend(sum_, get_status) 50 product = F.depend(product, get_status) 52 init = F.depend(init, out) 54 out = F.depend(out, clear) 73 init = F.depend(init, sum1) 74 init = F.depend(init, dx) 76 sum1 = F.depend(sum1, get_status) 77 dx = F.depend(dx, get_status) [all …]
|
/third_party/lwip/test/fuzz/ |
D | Makefile | 44 rm -f *.o $(LWIPLIBCOMMON) $(APPLIB) lwip_fuzz *.s .depend* *.core core 46 depend dep: .depend target 48 include .depend 50 .depend: fuzz.c $(LWIPFILES) $(APPFILES) 51 $(CCDEP) $(CFLAGS) -MM $^ > .depend || rm -f .depend 53 lwip_fuzz: .depend $(LWIPLIBCOMMON) $(APPLIB) fuzz.o
|
/third_party/abseil-cpp/absl/random/ |
D | CMakeLists.txt | 69 # Internal-only target, do not depend on directly. 84 # Internal-only target, do not depend on directly. 511 # Internal-only target, do not depend on directly. 525 # Internal-only target, do not depend on directly. 541 # Internal-only target, do not depend on directly. 555 # Internal-only target, do not depend on directly. 577 # Internal-only target, do not depend on directly. 602 # Internal-only target, do not depend on directly. 617 # Internal-only target, do not depend on directly. 632 # Internal-only target, do not depend on directly. [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | CMakeLists.txt | 69 # Internal-only target, do not depend on directly. 84 # Internal-only target, do not depend on directly. 515 # Internal-only target, do not depend on directly. 529 # Internal-only target, do not depend on directly. 545 # Internal-only target, do not depend on directly. 559 # Internal-only target, do not depend on directly. 581 # Internal-only target, do not depend on directly. 606 # Internal-only target, do not depend on directly. 622 # Internal-only target, do not depend on directly. 637 # Internal-only target, do not depend on directly. [all …]
|
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/ |
D | optimize_dependence_test.py | 18 depend = P.Depend() variable 41 depend_intput = depend(y, new_z) 47 depend_intput = depend(y, z) 60 depend_intput = depend(y, z) 67 depend_intput = depend(y, z) 80 depend_intput = depend(y, new_z) 86 depend_intput = depend(y, z) 99 depend_intput = depend(y, z) 106 depend_intput = depend(y, z)
|
D | eliminate_redundant_op_test.py | 25 depend = P.Depend() variable 123 sum_depend = depend(sum_add, x) 134 depend_between_trans = depend(sum_trans, x) 148 depend_op = depend(sum_add, x) 165 sum_depend = depend(sum_add, x) 166 sum_depend2 = depend(sum_depend, x) 167 sum_depend3 = depend(sum_depend2, x) 178 depend_between_cast = depend(sum_cast, x) 179 depend_between_cast2 = depend(depend_between_cast, x) 180 depend_between_cast3 = depend(depend_between_cast2, x) [all …]
|
D | adam_apply_one_fusion_test.py | 167 depend0 = F.depend(sub0, assign0) 169 depend1 = F.depend(depend0, assign1) 171 depend2 = F.depend(depend1, assign2) 191 depend0 = F.depend(sub0, assign0) 193 depend1 = F.depend(depend0, assign1) 195 depend2 = F.depend(depend1, assign2) 215 depend0 = F.depend(sub0, assign0) 217 depend1 = F.depend(depend0, assign1) 219 depend2 = F.depend(depend1, assign2) 239 depend0 = F.depend(sub0, assign0) [all …]
|
D | adam_apply_one_with_decay_rule.py | 170 depend0 = F.depend(sub0, assign0) 172 depend1 = F.depend(depend0, assign1) 174 depend2 = F.depend(depend1, assign2) 194 depend0 = F.depend(sub0, assign0) 196 depend1 = F.depend(depend0, assign1) 198 depend2 = F.depend(depend1, assign2) 218 depend0 = F.depend(sub0, assign0) 220 depend1 = F.depend(depend0, assign1) 222 depend2 = F.depend(depend1, assign2) 242 depend0 = F.depend(sub0, assign0) [all …]
|
D | insert_tensor_move_for_hccl_op.py | 20 depend = P.Depend() variable 110 res = depend(x, y) 118 res = depend(x, y2) 131 res = depend(x, y) 142 res = depend(x, make_tuple(y0, y1))
|
D | fused_batch_norm_fusion_test.py | 63 depend0 = F.depend(tuple_getitem(batch_norm, 0), assign_sub0) 64 depend1 = F.depend(depend0, assign_sub1) 80 depend0 = F.depend(tuple_getitem(batch_norm, 0), assign_sub0) 81 depend1 = F.depend(depend0, assign_sub1) 97 depend0 = F.depend(tuple_getitem(batch_norm, 0), assign_sub0) 98 depend1 = F.depend(depend0, assign_sub1)
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | Makefile | 15 depend dep: target 17 done > .depend 20 /bin/rm -f *.o $(EXECS) core .depend 45 ifeq (.depend,$(wildcard .depend)) 46 include .depend
|
/third_party/node/deps/nghttp2/lib/ |
D | Makefile.msvc | 267 - rm -f .depend.MSVC 275 depend: includes/nghttp2/nghttp2ver.h 276 @echo '# $(GENERATED). DO NOT EDIT.' > .depend.MSVC 277 gcc -MM $(CFLAGS) $(NGHTTP2_SRC) >> .depend.tmp 278 @echo '#' >> .depend.MSVC 279 @echo '# Release lib objects:' >> .depend.MSVC 280 sed -e $(REPLACE_R) .depend.tmp >> .depend.MSVC 281 @echo '#' >> .depend.MSVC 282 @echo '# Debug lib objects:' >> .depend.MSVC 283 sed -e $(REPLACE_D) .depend.tmp >> .depend.MSVC [all …]
|
/third_party/nghttp2/lib/ |
D | Makefile.msvc | 268 - rm -f .depend.MSVC 276 depend: includes/nghttp2/nghttp2ver.h 277 @echo '# $(GENERATED). DO NOT EDIT.' > .depend.MSVC 278 gcc -MM $(CFLAGS) $(NGHTTP2_SRC) >> .depend.tmp 279 @echo '#' >> .depend.MSVC 280 @echo '# Release lib objects:' >> .depend.MSVC 281 sed -e $(REPLACE_R) .depend.tmp >> .depend.MSVC 282 @echo '#' >> .depend.MSVC 283 @echo '# Debug lib objects:' >> .depend.MSVC 284 sed -e $(REPLACE_D) .depend.tmp >> .depend.MSVC [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | README.md | 1 The rule for packages in this directory is that they can depend on 2 nothing but core Dart packages. They can't depend on `dart:ui`, they 3 can't depend on any `package:`, and they can't depend on anything 6 Currently they do depend on dart:ui, but only for `VoidCallback` and
|
/third_party/mindspore/mindspore/boost/ |
D | boost_cell_wrapper.py | 206 loss = F.depend(loss, self.adasum_process(loss, grads)) 208 loss = F.depend(loss, self.optimizer(grads)) 228 …loss = F.depend(loss, self.hyper_map(F.partial(gradient_accumulation_op, self.max_accumulation_ste… 234 loss = F.depend(loss, self.adasum_process(loss, self.grad_accumulation)) 236 loss = F.depend(loss, self.optimizer(self.grad_accumulation)) 240 … loss = F.depend(loss, self.hyper_map(F.partial(gradient_clear_op), self.grad_accumulation)) 246 loss = F.depend(loss, self.optimizer(grads)) 248 grad_clone = F.depend(self.grad_clone, loss) 251 sync_tensor = F.depend(self.sync_tensor, adasum_res) 255 node_rank = F.depend(weight_tuple, sync_flag) [all …]
|
/third_party/mindspore/mindspore/nn/wrap/ |
D | loss_scale.py | 155 inc_cur_iter = F.depend(inc_cur_iter, last_iter) 333 loss = F.depend(loss, self.optimizer(grads)) 376 status = F.depend(status, pre_cond) 379 compute_input = F.depend(compute_input, clear_status) 398 status = F.depend(status, compute_output) 400 status = F.depend(status, get_status) 439 accu_grad = F.depend(accu_grad, grad) 441 accu_grad = F.depend(accu_grad, new_grad) 443 new_grad = F.depend(new_grad, F.assign(accu_grad, zeros)) 450 accu_grad = F.depend(accu_grad, new_grad) [all …]
|
/third_party/mindspore/tests/ut/python/pipeline/parse/ |
D | test_structure_output.py | 23 from mindspore.ops.functional import depend 176 self.depend = depend 186 ret = self.depend(ret, z) 202 self.depend = depend 210 ret = self.depend(ret, z) 247 self.depend = depend 252 ret = self.depend(self.value, ret)
|
/third_party/mindspore/tests/st/fl/cross_silo_lenet/src/ |
D | cell_wrapper.py | 30 self.depend = P.Depend() 34 inputs = self.depend(inputs, start_fl_job) 40 loss = self.depend(loss, self.optimizer(grads)) 45 loss = self.depend(loss, get_model)
|
/third_party/nghttp2/doc/ |
D | nghttp.h2r | 40 The URIs given in the command-line depend on stream 11 with the weight 48 For CSS, and Javascript files inside "head" element, they depend on 50 element depend on stream 5 with the weight 2. The mages depend on 51 stream 11 with the weight 12. The other resources (e.g., icon) depend
|
/third_party/mindspore/tests/st/heterogeneous_excutor/ |
D | test_control.py | 31 self.depend = P.Depend() 35 y = self.depend(y, a) 47 self.depend = P.Depend() 51 y = self.depend(y, a)
|
/third_party/mindspore/mindspore/nn/optim/ |
D | adam.py | 83 next_param = F.depend(next_param, F.assign(param, op_cast(next_param, F.dtype(param)))) 84 next_param = F.depend(next_param, F.assign(m, op_cast(next_m, F.dtype(m)))) 85 next_param = F.depend(next_param, F.assign(v, op_cast(next_v, F.dtype(v)))) 104 success = F.depend(success, pull(push((beta1_power, beta2_power, lr, beta1, beta2, 109 … success = F.depend(success, sparse_opt(param, m, v, beta1_power, beta2_power, lr, beta1, beta2, 117 success = F.depend(success, F.assign(m, op_mul(beta1, m))) 118 success = F.depend(success, F.assign(v, op_mul(beta2, v))) 145 success = F.depend(success, F.assign(param, next_param)) 146 success = F.depend(success, F.assign(m, next_m)) 147 success = F.depend(success, F.assign(v, next_v)) [all …]
|
D | lazyadam.py | 45 success = F.depend(success, pull(push((beta1_power, beta2_power, lr, beta1, beta2, 50 … success = F.depend(success, sparse_opt(params, m, v, beta1_power, beta2_power, lr, beta1, beta2, 72 success = F.depend(success, scatter_add(params, indices, - lr_t * param_update)) 73 success = F.depend(success, scatter_update(m, indices, next_m)) 74 success = F.depend(success, scatter_update(v, indices, next_v)) 87 … success = F.depend(success, pull(push((beta1_power, beta2_power, lr, beta1, beta2, eps, gradient), 90 …success = F.depend(success, opt(params, moment1, moment2, beta1_power, beta2_power, lr, beta1, bet…
|
/third_party/node/deps/cares/ |
D | Makefile.dj | 71 - rm -f depend.dj $(GENERATED) $(OBJ_DIR)/*.o 98 depend: $(GENERATED) Makefile.dj 99 $(CC) -MM $(CFLAGS) $(CSOURCES) | $(DEP_REPLACE) > depend.dj 101 -include depend.dj
|
/third_party/mindspore/tests/st/fl/mobile/src/ |
D | adam.py | 98 next_param = F.depend(next_param, F.assign(param, op_cast(next_param, F.dtype(param)))) 99 next_param = F.depend(next_param, F.assign(m, op_cast(next_m, F.dtype(m)))) 100 next_param = F.depend(next_param, F.assign(v, op_cast(next_v, F.dtype(v)))) 119 success = F.depend(success, pull(push((beta1_power, beta2_power, lr, beta1, beta2, 124 … success = F.depend(success, sparse_opt(param, m, v, beta1_power, beta2_power, lr, beta1, beta2, 166 success = F.depend(success, F.assign(param, next_param)) 167 success = F.depend(success, F.assign(m, next_m)) 168 success = F.depend(success, F.assign(v, next_v)) 182 … success = F.depend(success, pull(push((beta1_power, beta2_power, lr, beta1, beta2, eps, gradient), 185 …success = F.depend(success, opt(param, moment1, moment2, beta1_power, beta2_power, lr, beta1, beta… [all …]
|
/third_party/mindspore/tests/st/fl/albert/src/ |
D | adam.py | 99 next_param = F.depend(next_param, F.assign(param, op_cast(next_param, F.dtype(param)))) 100 next_param = F.depend(next_param, F.assign(m, op_cast(next_m, F.dtype(m)))) 101 next_param = F.depend(next_param, F.assign(v, op_cast(next_v, F.dtype(v)))) 120 success = F.depend(success, pull(push((beta1_power, beta2_power, lr, beta1, beta2, 125 … success = F.depend(success, sparse_opt(param, m, v, beta1_power, beta2_power, lr, beta1, beta2, 166 success = F.depend(success, F.assign(param, next_param)) 167 success = F.depend(success, F.assign(m, next_m)) 168 success = F.depend(success, F.assign(v, next_v)) 182 … success = F.depend(success, pull(push((beta1_power, beta2_power, lr, beta1, beta2, eps, gradient), 185 …success = F.depend(success, opt(param, moment1, moment2, beta1_power, beta2_power, lr, beta1, beta… [all …]
|