Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/dataset/
Dcifar_op_test.cc50 CifarOp::CifarType cifar_type; in Cifarop() local
52 cifar_type = CifarOp::kCifar10; in Cifarop()
54 cifar_type = CifarOp::kCifar100; in Cifarop()
59 if (cifar_type == CifarOp::kCifar10) { in Cifarop()
76 …std::make_shared<CifarOp>(cifar_type, usage, num_workers, path, conns, std::move(schema), std::mov… in Cifarop()