/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/ |
D | random_choice_op.cc | 25 uint32_t RandomChoiceOp::NumInput() { in NumInput() function in mindspore::dataset::RandomChoiceOp 26 uint32_t num_input = ops_.front()->NumInput(); in NumInput() 28 uint32_t cur_num = op->NumInput(); in NumInput()
|
D | random_apply_op.h | 45 uint32_t NumInput() override { return compose_->NumInput(); } in NumInput() function
|
D | compose_op.h | 41 uint32_t NumInput() override { return ops_.front()->NumInput(); } in NumInput() function
|
D | concatenate_op.h | 55 uint32_t NumInput() override { return 0; } in NumInput() function
|
D | random_choice_op.h | 44 uint32_t NumInput() override;
|
D | random_apply_op.cc | 26 if (compose_->NumOutput() != NumInput()) { in NumOutput()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | random_select_subpolicy_op.cc | 42 uint32_t RandomSelectSubpolicyOp::NumInput() { in NumInput() function in mindspore::dataset::RandomSelectSubpolicyOp 43 uint32_t num_in = policy_.front().front().first->NumInput(); in NumInput() 46 if (num_in != p.first->NumInput()) { in NumInput()
|
D | rotate_op.cc | 84 if (inputs.size() != NumInput()) in OutputShape() 87 ", does not match the number of inputs: " + std::to_string(NumInput())); in OutputShape()
|
D | random_vertical_flip_op.h | 46 uint32_t NumInput() override { return -1; } in NumInput() function
|
D | random_horizontal_flip_op.h | 52 uint32_t NumInput() override { return -1; } in NumInput() function
|
D | random_resize_op.h | 50 uint32_t NumInput() override { return -1; } in NumInput() function
|
D | resize_with_bbox_op.h | 52 uint32_t NumInput() override { return 2; } in NumInput() function
|
D | random_select_subpolicy_op.h | 45 uint32_t NumInput() override;
|
D | random_crop_and_resize_op.h | 65 uint32_t NumInput() override { return -1; } in NumInput() function
|
D | random_crop_op.h | 82 uint32_t NumInput() override { return -1; } in NumInput() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ |
D | tensor_op.cc | 58 if (inputs.size() != NumInput()) in OutputShape() 66 if (inputs.size() != NumInput()) in OutputType()
|
D | c_func_op.h | 36 uint32_t NumInput() override { return 0; } in NumInput() function
|
D | tensor_op.h | 225 bool OneToOne() { return NumInput() == 1 && NumOutput() == 1; } in OneToOne() 233 virtual uint32_t NumInput() { return 1; } in NumInput() function
|
D | py_func_op.h | 38 uint32_t NumInput() override { return 0; } in NumInput() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/ |
D | truncate_sequence_pair_op.h | 42 uint32_t NumInput() override { return -1; } in NumInput() function
|
D | sliding_window_op.cc | 35 …CHECK_FAIL_RETURN_UNEXPECTED(inputs.size() == NumInput(), "SlidingWindow: incorrect number of inpu… 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 | 82 CHECK_FAIL_RETURN_UNEXPECTED(inputs.size() == NumInput(), "Ngram: incorrect num of inputs\n"); in OutputShape()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | map_op_test.cc | 60 uint32_t NumInput() override { return 3; } in NumInput() function in mindspore::dataset::test::ThreeToOneOp
|