Searched refs:pad_num (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/tests/st/ops/ascend/ |
D | test_unique_with_pad.py | 28 def __init__(self, pad_num): argument 31 self.pad_num = pad_num 34 return self.unique_with_pad(x, self.pad_num) 39 pad_num = 8 40 unique_with_pad = Net(pad_num)
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | unique_with_pad_cpu_kernel.cc | 50 auto pad_num = *reinterpret_cast<T *>(inputs[1]->addr); in PadOutput() local 53 out[i] = pad_num; in PadOutput()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | multiqueue.c | 320 guint8 pad_num; member 365 "linked pad (max: %u)", cur_id, pad_data->pad_num, cur_id - 1, in mq_dummypad_chain() 403 GST_DEBUG ("EOS on pad %u", pad_data->pad_num); in mq_dummypad_event() 452 pad_data[i].pad_num = i; in construct_n_pads() 770 pad_data[i].pad_num = i; in GST_START_TEST()
|
/third_party/mindspore/mindspore/ops/operations/ |
D | array_ops.py | 1001 def __infer__(self, x, pad_num): argument 1003 … validator.check_subclass("pad_num", pad_num['dtype'], [mstype.int32, mstype.int64], self.name)
|
/third_party/mindspore/config/ |
D | op_info.config | 11 …index": 0, "name": "x", "param_type": "required"}, {"index": 1, "name": "pad_num", "param_type": "…
|