Home
last modified time | relevance | path

Searched defs:OneHot (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Done_hot.h32 OneHot() : PrimitiveC(prim::kPrimOneHot->name()) { in OneHot() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Done_hot_impl.cu41 void OneHot(const S *indices, size_t depth, const T *on_value, const T *off_value, size_t left_dim_… in OneHot() function
/third_party/mindspore/mindspore/dataset/transforms/
Dc_transforms.py57 class OneHot(TensorOperation): class
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtransforms.cc157 OneHot::OneHot(int32_t num_classes) : data_(std::make_shared<Data>(num_classes)) {} in OneHot() function in mindspore::dataset::transforms::OneHot
/third_party/mindspore/mindspore/nn/layer/
Dbasic.py535 class OneHot(Cell): class
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py3568 class OneHot(Primitive): class