Home
last modified time | relevance | path

Searched defs:one_hot (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_one_hot_op.py47 def one_hot(nptype): function
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_one_hot.cc36 auto one_hot = std::make_shared<OneHot>(); in TEST_F() local
/third_party/mindspore/mindspore/mindrecord/tools/
Dcifar100.py87 def __init__(self, path, one_hot=True): argument
Dcifar10.py84 def __init__(self, path, one_hot=True): argument
/third_party/mindspore/tests/ut/cpp/dataset/
Dir_tree_adapter_test.cc118 std::shared_ptr<TensorTransform> one_hot = std::make_shared<transforms::OneHot>(10); in TEST_F() local
/third_party/mindspore/tests/ut/python/dataset/
Dtest_onehot_op.py31 def one_hot(index, depth): function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/
Dbindings.cc129 auto one_hot = std::make_shared<transforms::OneHotOperation>(num_classes); in __anon360f34600e02() local
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir_nnrt_lite_graph_to_model.cc783 OneHot one_hot{}; in ConvertOneHot() local