Home
last modified time | relevance | path

Searched defs:slice_mode (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dslice_patches_ir.cc26 …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/
Dembedding.py224 target='CPU', slice_mode='batch_slice', manual_shapes=None, argument
335 def _process_vocab_cache(self, slice_mode): argument
477slice_mode='batch_slice', feature_num_list=None, max_norm=None, sparse=True, operator='SUM'): argument
Dthor_layer.py721 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/
Dslice_patches_op.cc27 SlicePatchesOp::SlicePatchesOp(int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t… in SlicePatchesOp()
Dimage_utils.cc1511 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/
Dmultifieldembeddinglookup_parallel.py179 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/
Dtest_multi_field_embedding.py59 …def __init__(self, shape, field_size=10, slice_mode=nn.EmbeddingLookup.BATCH_SLICE, target="Device… argument
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c45 int slice_mode; member
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.h91 GstOpenh264EncSliceMode slice_mode; member
Dgstopenh264enc.cpp733 SliceModeEnum slice_mode = SM_SINGLE_SLICE; in gst_openh264enc_set_format() local
/third_party/boost/boost/histogram/algorithm/
Dreduce.hpp125 enum class slice_mode { shrink, crop }; enum
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.h130 UvcH264SliceMode slice_mode; member
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/
Dbindings.cc587 ….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/
Dc_transforms.py1704 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/
Dvision.cc956 SlicePatches::SlicePatches(int32_t num_height, int32_t num_width, SliceMode slice_mode, uint8_t fil… in SlicePatches()