Home
last modified time | relevance | path

Searched refs:UlongToLong (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dreluv2.cc39 mask_shape.push_back(UlongToLong(ceil((input_shape[1] + 31) / 32))); in GetOutputMaskShape()
41 mask_shape.push_back(UlongToLong(ceil((input_shape[1] + 15) / 16))); in GetOutputMaskShape()
/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()
139 …Args args_alltoall = {dev_mat_.GetDimByReverseIdx(LongToUlong(dev_dim)), UlongToLong(index), cat_d… in InferPermuteByAxis()
147 Args args_allsplit = {dev_num, UlongToLong(index), out_dim}; in InferPermuteByAxis()
/third_party/mindspore/mindspore/core/utils/
Dconvert_utils_base.h133 inline int64_t UlongToLong(uint64_t u) { in UlongToLong() function
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Dmindir_exporter.cc707 attr_proto->set_i(UlongToLong(value->cast<UInt64ImmPtr>()->value())); in SetScalarToAttributeProto_ir()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc314 CreatInt64Imm(UlongToLong(i))}; in InsertMakeTuple()
2623 for (int64_t i = 0; i < UlongToLong(node_inputs.size()); ++i) { in NodeParameterName()
2690 for (int64_t i = 0; i < UlongToLong(param_split_shapes.size()); ++i) { in CheckpointStrategy()