Home
last modified time | relevance | path

Searched defs:decode_op (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Drandom_posterize_op_test.cc53 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
Doptimization_pass_test.cc80 auto decode_op = vision::Decode(); in TEST_F() local
Dc_api_pull_based_get_next_pipline_op_test.cc231 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
Dc_api_transforms_test.cc45 auto decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
93 auto decode_op = vision::Decode(); in TEST_F() local
118 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
1959 auto decode_op = vision::Decode(); in TEST_F() local
1984 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
2104 auto decode_op = vision::Decode(); in TEST_F() local
2129 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
Dc_api_dataset_tfrecord_test.cc49 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
Dc_api_cache_test.cc67 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
Dc_api_dataset_ops_test.cc729 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(true); in TEST_F() local
2462 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
Dexecute_test.cc651 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
2946 std::shared_ptr<TensorTransform> decode_op = std::make_shared<vision::Decode>(); in TEST_F() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_map_unified_approach.py24 decode_op = vision.Decode() variable
/third_party/mesa3d/src/panfrost/compiler/
Dgen_disasm.py54 def decode_op(instructions, is_fma): function