/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | slice_patches_ir.cc | 26 …atchesOperation::SlicePatchesOperation(int32_t num_height, int32_t num_width, SliceMode slice_mode, in SlicePatchesOperation() 66 SliceMode slice_mode = static_cast<SliceMode>(op_params["slice_mode"]); in from_json() local
|
/third_party/mindspore/mindspore/nn/layer/ |
D | embedding.py | 224 target='CPU', slice_mode='batch_slice', manual_shapes=None, argument 335 def _process_vocab_cache(self, slice_mode): argument 477 … slice_mode='batch_slice', feature_num_list=None, max_norm=None, sparse=True, operator='SUM'): argument
|
D | thor_layer.py | 721 target='CPU', slice_mode='batch_slice', manual_shapes=None, argument 865 def _process_vocab_cache(self, slice_mode): argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | slice_patches_op.cc | 27 SlicePatchesOp::SlicePatchesOp(int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t… in SlicePatchesOp()
|
D | image_utils.cc | 1511 SliceMode slice_mode) { in ComputePatchSize() 1547 … int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t fill_value) { in SlicePatches()
|
/third_party/mindspore/tests/st/auto_parallel/ |
D | multifieldembeddinglookup_parallel.py | 179 param_init, target, slice_mode, sparse, operator, indices, field_ids): argument 203 param_init, target, slice_mode, sparse, operator, indices, field_ids): argument
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_multi_field_embedding.py | 59 …def __init__(self, shape, field_size=10, slice_mode=nn.EmbeddingLookup.BATCH_SLICE, target="Device… argument
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264enc.c | 45 int slice_mode; member
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.h | 91 GstOpenh264EncSliceMode slice_mode; member
|
D | gstopenh264enc.cpp | 733 SliceModeEnum slice_mode = SM_SINGLE_SLICE; in gst_openh264enc_set_format() local
|
/third_party/boost/boost/histogram/algorithm/ |
D | reduce.hpp | 125 enum class slice_mode { shrink, crop }; enum
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.h | 130 UvcH264SliceMode slice_mode; member
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/ |
D | bindings.cc | 587 ….def(py::init([](int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t fill_value) { in __anon682838b25602()
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | c_transforms.py | 1704 def __init__(self, num_height=1, num_width=1, slice_mode=SliceMode.PAD, fill_value=0): argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | vision.cc | 956 SlicePatches::SlicePatches(int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t fil… in SlicePatches()
|