Home
last modified time | relevance | path

Searched refs:need_update (Results 1 – 25 of 25) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_graph_kernel.cc346 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/
Dpme_excluded_force_update_kernel.h46 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
Dpme_reciprocal_force_update_kernel.h50 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
Dpme_energy_update_kernel.h51 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/
Dconvert_const_input_to_tensor_input.cc74 bool need_update = false; in ConstInputToTensorInput() local
85 need_update = true; in ConstInputToTensorInput()
90 if (need_update) { in ConstInputToTensorInput()
Doptimize_dependence.cc121 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/
Dlj_force_with_pme_direct_force_update_kernel.h43 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
Dlj_force_with_virial_energy_update_kernel.h44 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/
Ddep-list.c508 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/
Dapple_glx_context.c158 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()
Dapple_glx_context.h60 bool need_update; member
/third_party/mesa3d/src/mesa/main/
Dtexparam.c865 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/
Dsponge_update_ops.py1492 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/
Dprogressreport.c408 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/
Dgstvideocrop.h71 gboolean need_update; member
Dgstvideocrop.c435 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/
Dgstceaccoverlay.h119 gboolean need_update; member
Dgstceaccoverlay.c368 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/
Dminimum_degree_ordering.hpp220 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/
Dhelper.cc361 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/
Dsyntax_enc.c225 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/
Dsyntax_enc.c225 const int need_update = (hdr->i4x4_lf_delta_ != 0); in PutFilterHeader() local
226 if (VP8PutBitUniform(bw, need_update)) { in PutFilterHeader()
/third_party/ffmpeg/libavcodec/
Dget_bits.h739 max_depth, need_update) \ argument
750 if (need_update) { \
761 if (need_update) { \
/third_party/f2fs-tools/fsck/
Dfsck.c2408 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/
DChangeLog45785 the caps. This is fixed by setting "need_update" boolean when