Home
last modified time | relevance | path

Searched defs:max_num (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/tests/ut/python/control_flow/
Dtest_while_stuck.py240 def recursive_func(x, max_num): argument
247 def test_net(max_num): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_sub_and_filter_op.py29 def construct(self, x, max_num, offset): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dupdate_cache_cpu_kernel.cc79 auto max_num = *reinterpret_cast<T *>(inputs[kIndex3]->device_ptr()); in LaunchKernel() local
Dmap_uniform_cpu_kernel.cc70 T max_num = group_num * per_group_size; in LaunchKernel() local
Dsub_and_filter_cpu_kernel.cc73 T max_num = *reinterpret_cast<T *>(inputs[1]->device_ptr()); in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/mindrecord/
Dut_common.cc53 void LoadData(const std::string &directory, std::vector<json> &json_buffer, const int max_num) { in LoadData()
70 …DataFromImageNet(const std::string &directory, std::vector<json> &json_buffer, const int max_num) { in LoadDataFromImageNet()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32_grad/
Dstrided_slice_grad.cc180 int max_num = input_num; in CalStridedSliceGrad() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Ddata_distribution.cc33 float max_num = min_max.second; in RecordMaxMinValueArray() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/
Dtest_incre_flash_attention.py81 def gen_quant_param(max_num, min_num): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dwhere.c246 int max_num = GetElementNum(output); in WhereRunWithTripleInputs() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Ddensetodense_set_operation.cc54 int64_t max_num = 0; in DenseToDenseSetOperationInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/thread/
Dparallel_threadpool.cc219 int max_num = static_cast<int>(tasks_size_); in RunParallel() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_bitstream.c157 uint32_t max_num = max; in radeon_bs_code_ns() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dop_classes.c629 unsigned int pos, max_num = 0; in wpas_supp_op_classes() local
/third_party/mindspore/mindspore-src/source/tests/st/fallback/
Dtest_graph_fallback_unsupport.py642 def fab(max_num): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/graph/acl/
Dmodel_process.cc340 size_t max_num = 0; in GetDynamicDims() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/nnie_proposal/src/
Dproposal.cc112 …onRecursiveArgQuickSort(int32_t *array, int32_t low, int32_t high, Stack *stack, int32_t max_num) { in NonRecursiveArgQuickSort()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/
Drandom.h270 const auto max_num = g.max(); in operator() local
/third_party/ffmpeg/libavcodec/
Dopus_pvq.c387 float max_num = 0.0f; in ppp_pvq_search_c() local
Dtruemotion2.c110 int max_num; ///< total number of codes member
/third_party/mesa3d/src/gallium/frontends/dri/
Dloader_dri3_helper.c690 int max_num; in dri3_find_back() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc294 auto max_num = NewValueNode(MakeValue(host_size)); in CreateMapCacheIdx() local
/third_party/rust/rust/compiler/rustc_apfloat/tests/
Dieee.rs593 fn max_num() { in max_num() function
/third_party/toybox/toys/pending/
Dbc.c1183 signed char *max_num, *min_num; in bc_num_cmp() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c10188 unsigned int num, max_num; in preferred_freq_info_handler() local

12