Home
last modified time | relevance | path

Searched refs:kRandomChoiceOp (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/
Drandom_choice_op.h67 std::string Name() const override { return kRandomChoiceOp; } in Name()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/
Dtensor_op.h135 constexpr char kRandomChoiceOp[] = "RandomChoiceOp"; variable