Home
last modified time | relevance | path

Searched refs:LongToUlong (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/strategy_checkpoint/
Dparallel_strategy_checkpoint.cc145 parallel_strategy_map.set_current_stage(UlongToUint(LongToUlong(++current_stage_))); in Save()
153 parallel_strategys->set_stage(UlongToUint(LongToUlong(node_stra.second->GetInputStage()))); in Save()
158 parallel_strategy->add_dim(UlongToUint(LongToUlong(stra_dim))); in Save()
172 dev_matrix->add_dim(UlongToUint(LongToUlong(dev_dim))); in Save()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dredistribution_operator_infer.cc110 Args args = {dev_mat_.GetDimByReverseIdx(LongToUlong(out_dim)), UlongToLong(index), out_dim}; in InferSplitByAxis()
138 int64_t dev_dim = in_tensor_map_.GetDimByIdx(LongToUlong(cat_dim)); in InferPermuteByAxis()
139 …Args args_alltoall = {dev_mat_.GetDimByReverseIdx(LongToUlong(dev_dim)), UlongToLong(index), cat_d… in InferPermuteByAxis()
Dtensor_layout.cc196 re_map_expand_list.push_back((*expand_list_ptr)[LongToUlong(tensor_map_.GetIndexByValue(i))]); in ComputeArrangementByExpandedShape()
330 int64_t divisor = device_arrangement_.GetDimByReverseIdx(LongToUlong(dim)); in slice_shape()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddevice_manager.cc45 if ((LongToUlong(device_num) & LongToUlong(device_num - 1)) != 0) { in InitDevice()
/third_party/mindspore/mindspore/core/ops/
Daudio_spectrogram.cc43 auto unsigned_length = LongToUlong(length); in Log2Ceil()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dtranspose_info.cc105 tensor_map_index_output[i] = tensor_map_index_input[LongToUlong(axis_v_[i])]; in InferTensorMap()
Doperator_info.cc108 if ((LongToUlong(strategy_value) & LongToUlong(strategy_value - 1)) != 0) { in CheckStrategyValue()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dsplit_cpu_kernel.cc116 if (output_num_ > IntToSize(input_shape_[LongToUlong(axis_)])) { in CheckParam()
/third_party/mindspore/mindspore/core/utils/
Dconvert_utils_base.h117 inline uint64_t LongToUlong(int64_t u) { in LongToUlong() function
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration.cc155 start_timestamp_ = LongToUlong(CURRENT_TIME_MILLI.count()); in SetIterationRunning()
168 complete_timestamp_ = LongToUlong(CURRENT_TIME_MILLI.count()); in SetIterationCompleted()
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dstart_fl_job_kernel.cc37 iter_next_req_timestamp_ = LongToUlong(CURRENT_TIME_MILLI.count()) + iteration_time_window_; in InitKernel()
/third_party/mindspore/mindspore/ccsrc/ps/
Dworker.cc847 if (!partition->at(LongToUlong(server_id)).first) { in RoundRobinPartitioner()
848 partition->at(LongToUlong(server_id)).first = true; in RoundRobinPartitioner()
851 KVMessage &server_kv_pairs = partition->at(LongToUlong(server_id)).second; in RoundRobinPartitioner()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc845 uint64_t axis_value_pos = LongToUlong(GetPositiveAxis(axis_value, LongToSize(rank))); in InferImplSplit()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc1556 *index = LongToUlong(GetValue<int64_t>(GetValueNode(index_node))); in TraceTupleGetItem()