Home
last modified time | relevance | path

Searched defs:num_ops (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/tests/ut/python/dataset/
Dtest_uniform_augment.py31 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
Dtest_profiling.py73 def confirm_ops_in_pipeline(num_ops, op_list): argument
/third_party/grpc/test/core/end2end/tests/
Dcancel_with_status.cc38 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()
Dnegative_deadline.cc90 grpc_end2end_test_fixture f, size_t num_ops) { in simple_request_body()
154 size_t num_ops) { in test_invoke_simple_request()
Dcancel_before_invoke.cc35 size_t num_ops, in begin_test()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Duniform_aug_ir.cc33 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/
Duniform_aug_op.cc23 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/
Dgraph_info.cc74 void SetOpsNumToExecutor(size_t num_ops) { in SetOpsNumToExecutor()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc1008 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/
Dpy_transforms_util.py1554 def uniform_augment(img, transforms, num_ops): argument
Dpy_transforms.py1691 def __init__(self, transforms, num_ops=2): argument
Dc_transforms.py1821 def __init__(self, transforms, num_ops=2): argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc957 auto num_ops = entire_costgraph->GetOperators().size(); in ParallelStrategySearch() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/
Dbindings.cc625 .def(py::init([](const py::list transforms, int32_t num_ops) { in __anon682838b25c02()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc462 void GraphExecutorPy::SetNumOpsInfo(size_t num_ops) { in SetNumOpsInfo()