Home
last modified time | relevance | path

Searched defs:batch_dim (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dreverse_sequence.cc47 void ReverseSequence::Init(const int64_t seq_dim, const int64_t batch_dim) { in Init()
52 void ReverseSequence::set_batch_dim(const int64_t batch_dim) { in set_batch_dim()
81 auto batch_dim = GetValue<int64_t>(batch_dim_ptr); in ReverseSequenceInferShape() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/parallel/
Dtest_auto_parallel_rec_batch_gather.py29 def __init__(self, param_size, mul_size1, mul_size2, batch_dim=0, axis=-1, strategy=None): argument
50 def __init__(self, param_size, mul_size1, mul_size2, batch_dim=0, axis=-1): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/add_attr_to_node/
Dgather_fusion.cc29 ValuePtr batch_dim = MakeValue(static_cast<int64_t>(0)); in GatherFusionProcess() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dreverse_sequence_impl.cu61 … void ReverseSequence(const size_t size, const T *input, const S *seq_len, const int64_t batch_dim, in ReverseSequence()
99 …_t CalReverseSequence(const size_t size, const T *input, const S *seq_len, const int64_t batch_dim, in CalReverseSequence()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dreverse_sequence.cc42 uint32_t CalReverseSequence(size_t seq_dim, size_t batch_dim, const std::vector<void *> &ioAddrs, in CalReverseSequence()
112 AttrValue *batch_dim = ctx.GetAttr("batch_dim"); in GetInputAndCheck() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_aicpu_ops/
Dtest_reverse_sequence.py28 def __init__(self, seq_dim, batch_dim): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_reverse_sequence.py13 def __init__(self, seq_dim, batch_dim): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_reverse_sequence.py13 def __init__(self, seq_dim, batch_dim): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dcombined_non_max_suppression_proto.cc159 int64_t batch_dim = boxes.GetDim(0); in IMPLEMT_INFERFUNC() local
Darray_ops_proto.cc434 int64_t batch_dim = input_shape.GetDim(0); in CUST_IMPLEMT_INFERFUNC() local
635 int64_t batch_dim = op.GetInputDesc(0).GetShape().GetDim(0); in CUST_IMPLEMT_INFERFUNC() local
Dimage_ops_proto.cc101 int64_t batch_dim; in IMPLEMT_INFERFUNC() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/
Dimage_ops_shape_fns.cc77 graphStatus SetOutputToSizedImage(Operator &op, const int64_t batch_dim, const std::string &size_in… in SetOutputToSizedImage()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dconfig_file_parser.cc136 size_t batch_dim = 0; in CombineDynamicBatchList() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/_vmap/
Dvmap_array_ops.py1384 def _update_dim(dim, x_rank, batch_dim): argument
/third_party/mesa3d/include/tensorflow/lite/core/c/
Dbuiltin_op_data.h476 int batch_dim; member
/third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/src/
Dmindir_1.cc1096 PrimitivePtr MindIR_ReverseSequence_CreatePrimitive(int64_t seq_dim, int64_t batch_dim) { in MindIR_ReverseSequence_CreatePrimitive()
1151 void MindIR_ReverseSequence_SetBatchDim(PrimitivePtr *primitive, int64_t batch_dim) { in MindIR_ReverseSequence_SetBatchDim()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Darray_ops.py3994 def __init__(self, seq_dim, batch_dim=0): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Darray_func.py1572 def reverse_sequence(x, seq_lengths, seq_dim, batch_dim=0): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py646 def reverse_sequence(x, seq_lengths, seq_dim, batch_dim=0): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py1879 def reverse_sequence(self, seq_lengths, seq_dim=0, batch_dim=0): argument