Home
last modified time | relevance | path

Searched defs:op_list (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/tests/ut/python/dataset/
Dtest_compose.py37 def test_config(arr, op_list): argument
112 def test_config(arr, input_columns, output_cols, op_list): argument
139 def test_config(arr, input_columns, output_cols, op_list): argument
175 def test_config(plot, file_name, op_list): argument
227 def test_config(op_list): argument
261 def test_config(op_list): argument
Dtest_c_random_choice.py27 def test_config(arr, op_list): argument
Dtest_c_random_apply.py24 def test_config(arr, op_list, prob=0.5): argument
Dtest_c_compose.py25 def test_config(arr, op_list): argument
Dtest_profiling.py73 def confirm_ops_in_pipeline(num_ops, op_list): argument
/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/pixman/test/
Dcombiner-test.c7 static const pixman_op_t op_list[] = variable
Dsolid-test.c35 static const pixman_op_t op_list[] = { variable
Dblitters-test.c108 static pixman_op_t op_list[] = { variable
Dcover-test.c77 static const pixman_op_t op_list[] = { variable
Dstress-test.c823 static const pixman_op_t op_list[] = variable
Dutils.c1100 static const operator_entry_t op_list[] = variable
/third_party/mindspore/tests/ut/cpp/dataset/
Dir_callback_test.cc149 std::vector<std::shared_ptr<TensorOp>> op_list; in TEST_F() local
207 std::vector<std::shared_ptr<TensorOp>> op_list; in TEST_F() local
280 std::vector<std::shared_ptr<TensorOp>> op_list; in TEST_F() local
Doptimization_pass_test.cc99 std::vector<std::shared_ptr<TensorOperation>> op_list = {decode, resize}; in TEST_F() local
Dexecute_test.cc378 std::vector<std::shared_ptr<TensorTransform>> op_list = {decode, resize, normalize}; in TEST_F() local
416 std::vector<std::shared_ptr<TensorTransform>> op_list = {decode, resize, centercrop, hwc2chw}; in TEST_F() local
/third_party/mindspore/tests/ut/cpp/parallel/
Dstep_parallel_test.cc403 OperatorVector op_list = {op, op}; in TEST_F() local
442 OperatorVector op_list; in TEST_F() local
465 OperatorVector op_list; in TEST_F() local
484 OperatorVector op_list = {op}; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dsingle_tbe_json_creator.cc37 std::vector<nlohmann::json> op_list; in GenJson() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc982 auto op_list = kernel_json["op_list"]; in GetIOSize2() local
/third_party/quickjs/
Dqjscalc.js58 function operators_set(proto, ...op_list)