/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/ |
D | random_apply_op.cc | 25 uint32_t RandomApplyOp::NumOutput() { in NumOutput() function in mindspore::dataset::RandomApplyOp 26 if (compose_->NumOutput() != NumInput()) { in NumOutput() 30 return compose_->NumOutput(); in NumOutput() 38 outputs.resize(NumOutput(), TensorShape::CreateUnknownRankShape()); in OutputShape() 46 outputs.resize(NumOutput(), DataType(DataType::DE_UNKNOWN)); in OutputType()
|
D | random_choice_op.cc | 37 uint32_t RandomChoiceOp::NumOutput() { in NumOutput() function in mindspore::dataset::RandomChoiceOp 38 uint32_t num_output = ops_.front()->NumOutput(); in NumOutput() 40 uint32_t cur_num = op->NumOutput(); in NumOutput() 57 outputs.resize(NumOutput(), TensorShape::CreateUnknownRankShape()); in OutputShape() 72 outputs.resize(NumOutput(), DataType(DataType::DE_UNKNOWN)); in OutputType()
|
D | compose_op.h | 45 uint32_t NumOutput() override { return ops_.back()->NumOutput(); } in NumOutput() function
|
D | unique_op.h | 39 uint32_t NumOutput() override { return 0; } in NumOutput() function
|
D | duplicate_op.h | 37 uint32_t NumOutput() override { return 2; } in NumOutput() function
|
D | random_choice_op.h | 48 uint32_t NumOutput() override;
|
D | random_apply_op.h | 49 uint32_t NumOutput() override;
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | random_select_subpolicy_op.cc | 55 uint32_t RandomSelectSubpolicyOp::NumOutput() { in NumOutput() function in mindspore::dataset::RandomSelectSubpolicyOp 56 uint32_t num_out = policy_.front().front().first->NumOutput(); in NumOutput() 59 if (num_out != p.first->NumOutput()) { in NumOutput() 70 outputs.resize(NumOutput(), TensorShape::CreateUnknownRankShape()); in OutputShape() 82 outputs.resize(NumOutput(), DataType(DataType::DE_UNKNOWN)); in OutputType()
|
D | random_vertical_flip_op.h | 48 uint32_t NumOutput() override { return -1; } in NumOutput() function
|
D | random_horizontal_flip_op.h | 54 uint32_t NumOutput() override { return -1; } in NumOutput() function
|
D | random_resize_op.h | 52 uint32_t NumOutput() override { return -1; } in NumOutput() function
|
D | resize_with_bbox_op.h | 54 uint32_t NumOutput() override { return 2; } in NumOutput() function
|
D | random_select_subpolicy_op.h | 49 uint32_t NumOutput() override;
|
D | random_crop_and_resize_op.h | 67 uint32_t NumOutput() override { return -1; } in NumOutput() function
|
D | random_crop_op.h | 84 uint32_t NumOutput() override { return -1; } in NumOutput() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/ |
D | truncate_sequence_pair_op.h | 45 uint32_t NumOutput() override { return -1; } in NumOutput() function
|
D | sliding_window_op.cc | 54 …CHECK_FAIL_RETURN_UNEXPECTED(outputs.size() == NumOutput(), "SlidingWindow: incorrect number of ou… in OutputShape()
|
D | lookup_op.cc | 54 …CHECK_FAIL_RETURN_UNEXPECTED(inputs.size() == NumInput() && outputs.size() == NumOutput(), "size d… in OutputType()
|
D | ngram_op.cc | 92 CHECK_FAIL_RETURN_UNEXPECTED(outputs.size() == NumOutput(), "Ngram: incorrect num of outputs\n"); in OutputShape()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ |
D | c_func_op.h | 37 uint32_t NumOutput() override { return 0; } in NumOutput() function
|
D | tensor_op.h | 225 bool OneToOne() { return NumInput() == 1 && NumOutput() == 1; } in OneToOne() 237 virtual uint32_t NumOutput() { return 1; } in NumOutput() function
|
D | py_func_op.h | 39 uint32_t NumOutput() override { return 0; } in NumOutput() function
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | map_op_test.cc | 78 uint32_t NumOutput() override { return 3; } in NumOutput() function in mindspore::dataset::test::OneToThreeOp
|