Home
last modified time | relevance | path

Searched defs:dev_num (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Ddepthwise_conv2d_info.cc186 size_t dev_num = splits_.size(); in CheckSplitOutputs() local
212 int64_t dev_num = static_cast<int64_t>(splits_.size()); in AdJustConvPrim() local
320 int dev_num = static_cast<int>(splits_.size()); in ConstructOutputCNodes() local
451 size_t dev_num = strategy_.dev_num; in InferParallelCNodes() local
498 size_t dev_num = strategy_.dev_num; in InferReplaceOp() local
Dconv2d_info.cc236 size_t dev_num = strategy_.dev_num; in InferParallelCNodes() local
273 size_t dev_num = strategy_.dev_num; in ConstructOutputCNodes() local
368 size_t dev_num = strategy_.dev_num; in InferReplaceOp() local
/third_party/ltp/testcases/kernel/syscalls/ustat/
Dustat01.c20 static dev_t dev_num; variable
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_loop03.c19 static int dev_num, dev_fd, file_fd, attach_flag; variable
Dioctl_loop04.c24 static int dev_num, dev_fd, file_fd, attach_flag; variable
Dioctl_loop05.c36 static int dev_num, dev_fd, block_devfd, attach_flag, logical_block_size; variable
Dioctl09.c22 static int dev_num, attach_flag, dev_fd; variable
Dioctl_loop01.c31 static int dev_num, attach_flag, dev_fd, parted_sup; variable
Dioctl_loop06.c18 static int dev_num, dev_fd, file_fd, attach_flag, loop_configure_sup = 1; variable
Dioctl_loop02.c106 int dev_num; in setup() local
Dioctl_loop07.c25 static int dev_num, dev_fd, file_fd, attach_flag, loop_configure_sup = 1; variable
/third_party/ltp/testcases/kernel/uevents/
Duevent01.c32 int pid, fd, dev_num; in verify_uevent() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_redistribution.cc259 int64_t dev_num = attrs[TRANSFER_PERMUTE_DEV_NUM_INDEX]; in ComputePermuteCost() local
273 double dev_num = attrs[TRANSFER_CONCAT_SPLIT_COUNT_INDEX]; in ComputeConcatCost() local
Dredistribution_operator_infer.cc136 int64_t dev_num = dev_mat_.GetDimByReverseIdx(LongToSize(out_dim)); in InferPermuteByAxis() local
/third_party/mindspore/tests/ut/python/parallel/
Dtest_shared_param_and_mix_precision.py60 def auto_parallel_compile_net(mode, dev_num, net, strategy1=None, strategy2=None, enable_parallel_o… argument
Dtest_range.py70 dev_num = 4 variable
Dtest_batchnorm_batch_parallel.py33 dev_num = 8 variable
Dtest_parallel_optimizer.py84 def auto_parallel_compile_net(mode, dev_num, net, strategy1=None, strategy2=None): argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dmatmul_info.cc409 size_t dev_num = dev_list.size(); in GenerateStrategies() local
476 Status MatMulBase::PrepareStrategy(int64_t stage_id, size_t dev_num, in PrepareStrategy()
Dget_next_info.cc126 int64_t dev_num = full_batch ? 1 : g_device_manager->stage_device_num(); in CheckStrategy() local
Doperator_info.cc478 OperatorVector CreateMirrorOps(const std::string &group_name, size_t dev_num) { in CreateMirrorOps()
973 int64_t dev_num = g_device_manager->stage_device_num(); in GenerateBatchStrategiesBySplitFlag() local
1006 Status PrepareStrategyBase(int64_t stage_id, size_t dev_num, const Shapes &inputs_partitions, Strat… in PrepareStrategyBase()
1262 size_t dev_num = g_device_manager->GetDeviceListByStageId(stage_id).size(); in GenerateStrategiesForIndependentInputs() local
/third_party/ltp/testcases/kernel/device-drivers/zram/
Dzram03.c33 static int modprobe, dev_num, hot_add_flag; variable
/third_party/mindspore/tests/ut/cpp/parallel/tensor_layout/
Dconstruct_operator_test.cc134 int64_t dev_num = 8; in TEST_F() local
/third_party/mindspore/mindspore/ops/operations/
Dcomm_ops.py725 def __init__(self, group=None, dev_num=None, mean_flag=None): argument
755 def __init__(self, group=None, dev_num=None, mean_flag=None, grad_accumulation_step=None): argument
883 def __init__(self, group=None, dev_num=None, mean_flag=None): argument
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.h154 u32 dev_num; /* device number to flush */ member

12