/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | kernel_select_graph_kernel.cc | 346 std::vector<bool> *need_update) { in CheckFormatsAndDtypes() argument 351 MS_EXCEPTION_IF_NULL(need_update); in CheckFormatsAndDtypes() 355 need_update->size() != input_num) { in CheckFormatsAndDtypes() 377 (*need_update)[i] = true; in CheckFormatsAndDtypes() 390 (*need_update)[i] = true; in CheckFormatsAndDtypes() 396 … const std::vector<AnfNodePtr> &input_list, const std::vector<bool> &need_update, in UpdateFormatsAndDtypes() argument 403 need_update.size() != input_num) { in UpdateFormatsAndDtypes() 408 if (!need_update[i]) { in UpdateFormatsAndDtypes() 518 std::vector<bool> need_update(AnfAlgo::GetInputTensorNum(kernel_node), false); in SelectGraphKernelInfo() local 520 &need_update); in SelectGraphKernelInfo() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/sponge/pme/ |
D | pme_excluded_force_update_kernel.h | 46 need_update = static_cast<int>(GetAttr<int64_t>(kernel_node, "need_update")); in Init() 64 if (need_update) { in Launch() 97 int need_update; variable
|
D | pme_reciprocal_force_update_kernel.h | 50 need_update = static_cast<int>(GetAttr<int64_t>(kernel_node, "need_update")); in Init() 144 if (need_update) { in Launch() 255 int need_update; variable
|
D | pme_energy_update_kernel.h | 51 need_update = static_cast<int>(GetAttr<int64_t>(kernel_node, "need_update")); in Init() 156 if (need_update) { in Launch() 288 int need_update; variable
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/ |
D | convert_const_input_to_tensor_input.cc | 74 bool need_update = false; in ConstInputToTensorInput() local 85 need_update = true; in ConstInputToTensorInput() 90 if (need_update) { in ConstInputToTensorInput()
|
D | optimize_dependence.cc | 121 bool need_update = false; in ReplaceMakeTuple() local 132 need_update = true; in ReplaceMakeTuple() 134 if (need_update) { in ReplaceMakeTuple()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/sponge/lj/ |
D | lj_force_with_pme_direct_force_update_kernel.h | 43 need_update = static_cast<int>(GetAttr<int64_t>(kernel_node, "need_update")); in Init() 81 if (need_update) { in Launch() 130 int need_update; variable
|
D | lj_force_with_virial_energy_update_kernel.h | 44 need_update = static_cast<int>(GetAttr<int64_t>(kernel_node, "need_update")); in Init() 89 if (need_update) { in Launch() 137 int need_update; variable
|
/third_party/glib/gio/kqueue/ |
D | dep-list.c | 508 int need_update = 0; in dl_calculate() local 518 need_update += dl_detect_moves (&was, &now, cbs, udata); in dl_calculate() 519 need_update += dl_detect_replacements (&was, &lst, cbs, udata); in dl_calculate() 522 if (need_update) { in dl_calculate()
|
/third_party/mesa3d/src/glx/apple/ |
D | apple_glx_context.c | 158 ac->need_update = false; in apple_glx_create_context() 547 ac->need_update = true; in apple_glx_context_surface_changed() 574 if (ac->need_update) { in apple_glx_context_update() 576 ac->need_update = false; in apple_glx_context_update()
|
D | apple_glx_context.h | 60 bool need_update; member
|
/third_party/mesa3d/src/mesa/main/ |
D | texparam.c | 865 GLboolean need_update; in _mesa_texture_parameterf() local 894 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterf() 908 need_update = set_tex_parameterf(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterf() 912 if (ctx->Driver.TexParameter && need_update) { in _mesa_texture_parameterf() 923 GLboolean need_update; in _mesa_texture_parameterfv() local 945 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterfv() 956 need_update = set_tex_parameteri(ctx, texObj, pname, iparams, dsa); in _mesa_texture_parameterfv() 972 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterfv() 977 need_update = set_tex_parameterf(ctx, texObj, pname, params, dsa); in _mesa_texture_parameterfv() 980 if (ctx->Driver.TexParameter && need_update) { in _mesa_texture_parameterfv() [all …]
|
/third_party/mindspore/mindspore/ops/operations/ |
D | sponge_update_ops.py | 1492 def __init__(self, atom_numbers, cutoff, pme_beta, need_update=0): argument 1497 validator.check_value_type('need_update', need_update, int, self.name) 1501 self.need_update = need_update 1508 self.add_prim_attr('need_update', self.need_update) 1597 box_length_0, box_length_1, box_length_2, need_update=0): argument 1607 validator.check_value_type('need_update', need_update, int, self.name) 1616 self.need_update = need_update 1628 self.add_prim_attr('need_update', self.need_update) 1694 def __init__(self, atom_numbers, excluded_numbers, beta, need_update=0): argument 1699 validator.check_value_type('need_update', need_update, int, self.name) [all …]
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | progressreport.c | 408 gboolean need_update; in gst_progress_report_transform_ip() local 417 need_update = (cur_time - filter->last_report_s) >= filter->update_freq; in gst_progress_report_transform_ip() 421 if (need_update) { in gst_progress_report_transform_ip()
|
/third_party/gstreamer/gstplugins_good/gst/videocrop/ |
D | gstvideocrop.h | 71 gboolean need_update; member
|
D | gstvideocrop.c | 435 if (G_UNLIKELY (vcrop->need_update)) { in gst_video_crop_transform_frame() 543 if (G_UNLIKELY (vcrop->need_update)) { in gst_video_crop_transform_ip() 759 crop->need_update = FALSE; in gst_video_crop_set_info() 920 vcrop->need_update = TRUE; in gst_video_crop_set_crop() 956 video_crop->prop_top, video_crop->need_update); in gst_video_crop_set_property()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstceaccoverlay.h | 119 gboolean need_update; member
|
D | gstceaccoverlay.c | 368 overlay->need_update = TRUE; in gst_base_cea_cc_overlay_init() 595 overlay->need_update = TRUE; in gst_cea_cc_overlay_set_property() 1418 overlay->need_update = FALSE; in gst_cea_cc_overlay_create_and_push_buffer()
|
/third_party/boost/boost/graph/ |
D | minimum_degree_ordering.hpp | 220 bool need_update(Vertex i) { return marks[get(id, i)] == 1; } in need_update() function in boost::detail::degreelists_marker 501 if (!degree_lists_marker.need_update(v_node) in eliminate() 548 if (degree_lists_marker.need_update(i_node)) in update() 589 if (degree_lists_marker.need_update(i_node)) in update()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/ |
D | helper.cc | 361 bool need_update = false; in RemoveNopNode() local 373 need_update = true; in RemoveNopNode() 379 if (need_update) { in RemoveNopNode() 559 bool need_update = false; in ConstInputToAttr() local 574 need_update = true; in ConstInputToAttr() 579 if (need_update) { in ConstInputToAttr()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | syntax_enc.c | 225 const int need_update = (hdr->i4x4_lf_delta_ != 0); in PutFilterHeader() local 226 if (VP8PutBitUniform(bw, need_update)) { in PutFilterHeader()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | syntax_enc.c | 225 const int need_update = (hdr->i4x4_lf_delta_ != 0); in PutFilterHeader() local 226 if (VP8PutBitUniform(bw, need_update)) { in PutFilterHeader()
|
/third_party/ffmpeg/libavcodec/ |
D | get_bits.h | 739 max_depth, need_update) \ argument 750 if (need_update) { \ 761 if (need_update) { \
|
/third_party/f2fs-tools/fsck/ |
D | fsck.c | 2408 int i, need_update = 0; in fix_curseg_info() local 2413 need_update = 1; in fix_curseg_info() 2417 if (need_update) { in fix_curseg_info()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 45785 the caps. This is fixed by setting "need_update" boolean when
|