| /third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/ |
| D | test_uniform_augment.py | 30 def test_uniform_augment_callable(num_ops=2): argument 51 def test_uniform_augment_callable_pil(num_ops=2): argument 72 def test_uniform_augment_callable_pil_pyfunc(num_ops=3): argument 94 def test_uniform_augment_callable_tuple(num_ops=2): argument 115 def test_uniform_augment(plot=False, num_ops=2): argument 181 def test_uniform_augment_pyfunc(num_ops=2, my_seed=1): argument 243 def test_cpp_uniform_augment(plot=False, num_ops=2): argument 304 def test_cpp_uniform_augment_exception_large_numops(num_ops=6): argument 324 def test_cpp_uniform_augment_exception_nonpositive_numops(num_ops=0): argument 344 def test_cpp_uniform_augment_exception_float_numops(num_ops=2.5): argument [all …]
|
| D | test_profiling_startstop.py | 65 def confirm_pipeline_file(self, pipeline_file, num_ops, op_list=None): argument
|
| D | test_profiling.py | 97 def confirm_ops_in_pipeline(self, pipeline_file, num_ops, op_list): argument
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/dataset_deprecated/ |
| D | test_uniform_augment.py | 31 def test_cpp_uniform_augment_callable(num_ops=2): argument 52 def test_cpp_uniform_augment_callable_tuple(num_ops=2): argument 73 def test_py_uniform_augment_callable(num_ops=2): argument 94 def test_py_uniform_augment_pyfunc(plot=False, num_ops=2): argument 160 def test_cpp_uniform_augment_exception_pyops(num_ops=2): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
| D | rand_augment_ir.cc | 30 RandAugmentOperation::RandAugmentOperation(int32_t num_ops, int32_t magnitude, int32_t num_magnitud… in RandAugmentOperation() 85 int32_t num_ops = op_params["num_ops"]; in from_json() local
|
| D | uniform_aug_ir.cc | 34 int32_t num_ops) in UniformAugOperation() 86 int32_t num_ops = op_params["num_ops"]; in from_json() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/ |
| D | uniform_aug_op.cc | 25 UniformAugOp::UniformAugOp(std::vector<std::shared_ptr<TensorOp>> op_list, int32_t num_ops) in UniformAugOp()
|
| D | rand_augment_op.cc | 23 RandAugmentOp::RandAugmentOp(int32_t num_ops, int32_t magnitude, int32_t num_magnitude_bins, in RandAugmentOp()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/ |
| D | graph_info.cc | 82 void SetOpsNumToExecutor(size_t num_ops) { in SetOpsNumToExecutor()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | layout_array.h | 86 uint32_t num_ops; /**< Number of used ops structs in the table. */ member
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | layout_array.rs | 166 pub num_ops: u32, field
|
| /third_party/cups/scheduler/ |
| D | conf.c | 3902 int num_ops; /* Number of IPP operations */ in read_policy() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/ |
| D | vision.cc | 739 RandAugment::RandAugment(int32_t num_ops, int32_t magnitude, int32_t num_magnitude_bins, in RandAugment() 1488 UniformAugment::UniformAugment(const std::vector<TensorTransform *> &transforms, int32_t num_ops) in UniformAugment() 1496 …t::UniformAugment(const std::vector<std::shared_ptr<TensorTransform>> &transforms, int32_t num_ops) in UniformAugment() 1505 …ormAugment(const std::vector<std::reference_wrapper<TensorTransform>> &transforms, int32_t num_ops) in UniformAugment()
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/ |
| D | py_transforms_util.py | 1636 def uniform_augment(img, transforms, num_ops): argument
|
| D | py_transforms.py | 2096 def __init__(self, transforms, num_ops=2): argument
|
| D | transforms.py | 3699 …def __init__(self, num_ops=2, magnitude=9, num_magnitude_bins=31, interpolation=Inter.NEAREST, fil… argument 7172 def __init__(self, transforms, num_ops=2): argument
|
| D | c_transforms.py | 2606 def __init__(self, transforms, num_ops=2): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/ |
| D | bindings.cc | 477 const std::vector<uint8_t> &fill_value) { in __anonfa8cf3894502() 956 .def(py::init([](const py::list &transforms, int32_t num_ops) { in __anonfa8cf3899302()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ |
| D | step_auto_parallel.cc | 1169 auto num_ops = entire_costgraph->GetOperators().size(); in ParallelStrategySearch() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_assembler.cpp | 1095 unsigned num_ops = instr->operands.size(); in emit_vop3_instruction() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/ |
| D | pipeline.cc | 959 void GraphExecutorPy::SetNumOpsInfo(size_t num_ops) { in SetNumOpsInfo()
|