/third_party/mindspore/tests/ut/python/dataset/ |
D | test_uniform_augment.py | 31 def test_uniform_augment_callable(num_ops=2): argument 50 def test_uniform_augment(plot=False, num_ops=2): argument 114 def test_cpp_uniform_augment(plot=False, num_ops=2): argument 173 def test_cpp_uniform_augment_exception_pyops(num_ops=2): argument 193 def test_cpp_uniform_augment_exception_large_numops(num_ops=6): argument 213 def test_cpp_uniform_augment_exception_nonpositive_numops(num_ops=0): argument 233 def test_cpp_uniform_augment_exception_float_numops(num_ops=2.5): argument 253 def test_cpp_uniform_augment_random_crop_badinput(num_ops=1): argument
|
D | test_profiling.py | 73 def confirm_ops_in_pipeline(num_ops, op_list): argument
|
/third_party/grpc/test/core/end2end/tests/ |
D | cancel_with_status.cc | 38 size_t num_ops, in begin_test() 93 grpc_end2end_test_fixture f, size_t num_ops) { in simple_request_body() 165 size_t num_ops) { in test_invoke_simple_request()
|
D | negative_deadline.cc | 90 grpc_end2end_test_fixture f, size_t num_ops) { in simple_request_body() 154 size_t num_ops) { in test_invoke_simple_request()
|
D | cancel_before_invoke.cc | 35 size_t num_ops, in begin_test()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | uniform_aug_ir.cc | 33 int32_t num_ops) in UniformAugOperation() 85 int32_t num_ops = op_params["num_ops"]; in from_json() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | uniform_aug_op.cc | 23 UniformAugOp::UniformAugOp(std::vector<std::shared_ptr<TensorOp>> op_list, int32_t num_ops) in UniformAugOp()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/ |
D | graph_info.cc | 74 void SetOpsNumToExecutor(size_t num_ops) { in SetOpsNumToExecutor()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | vision.cc | 1008 UniformAugment::UniformAugment(const std::vector<TensorTransform *> &transforms, int32_t num_ops) in UniformAugment() 1016 …t::UniformAugment(const std::vector<std::shared_ptr<TensorTransform>> &transforms, int32_t num_ops) in UniformAugment() 1025 …ormAugment(const std::vector<std::reference_wrapper<TensorTransform>> &transforms, int32_t num_ops) in UniformAugment()
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | py_transforms_util.py | 1554 def uniform_augment(img, transforms, num_ops): argument
|
D | py_transforms.py | 1691 def __init__(self, transforms, num_ops=2): argument
|
D | c_transforms.py | 1821 def __init__(self, transforms, num_ops=2): argument
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | step_auto_parallel.cc | 957 auto num_ops = entire_costgraph->GetOperators().size(); in ParallelStrategySearch() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/ |
D | bindings.cc | 625 .def(py::init([](const py::list transforms, int32_t num_ops) { in __anon682838b25c02()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pipeline.cc | 462 void GraphExecutorPy::SetNumOpsInfo(size_t num_ops) { in SetNumOpsInfo()
|