/third_party/boost/boost/python/ |
D | operators.hpp | 39 template <operator_id> struct operator_l 44 template <operator_id> struct operator_r 49 template <operator_id> struct operator_1 57 template <operator_id id, class L, class R> 62 template <operator_id id, class L, class R> 67 template <operator_id id, class T> 84 template <operator_id id> 94 template <operator_id id, class R> 104 template <operator_id id, class L> 113 template <operator_id id> [all …]
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_invert_comparison_operator_test.cpp | 79 for (uint32_t fresh_id = 23, operator_id = 13; operator_id <= 22; in TEST() local 80 ++fresh_id, ++operator_id) { in TEST() 81 TransformationInvertComparisonOperator transformation(operator_id, in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_invert_comparison_operator_test.cpp | 79 for (uint32_t fresh_id = 23, operator_id = 13; operator_id <= 22; in TEST() local 80 ++fresh_id, ++operator_id) { in TEST() 81 TransformationInvertComparisonOperator transformation(operator_id, in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_invert_comparison_operator_test.cpp | 79 for (uint32_t fresh_id = 23, operator_id = 13; operator_id <= 22; in TEST() local 80 ++fresh_id, ++operator_id) { in TEST() 81 TransformationInvertComparisonOperator transformation(operator_id, in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_invert_comparison_operator.cpp | 29 uint32_t operator_id, uint32_t fresh_id) { in TransformationInvertComparisonOperator() argument 30 message_.set_operator_id(operator_id); in TransformationInvertComparisonOperator() 38 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in IsApplicable() 59 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in Apply()
|
D | transformation_invert_comparison_operator.h | 31 TransformationInvertComparisonOperator(uint32_t operator_id,
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_invert_comparison_operator.cpp | 29 uint32_t operator_id, uint32_t fresh_id) { in TransformationInvertComparisonOperator() argument 30 message_.set_operator_id(operator_id); in TransformationInvertComparisonOperator() 38 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in IsApplicable() 59 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in Apply()
|
D | transformation_invert_comparison_operator.h | 31 TransformationInvertComparisonOperator(uint32_t operator_id,
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_invert_comparison_operator.cpp | 29 uint32_t operator_id, uint32_t fresh_id) { in TransformationInvertComparisonOperator() argument 30 message_.set_operator_id(operator_id); in TransformationInvertComparisonOperator() 38 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in IsApplicable() 59 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in Apply()
|
D | transformation_invert_comparison_operator.h | 31 TransformationInvertComparisonOperator(uint32_t operator_id,
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | task_manager.cc | 28 Task **task, int32_t operator_id) { in CreateAsyncTask() argument 36 RETURN_IF_NOT_OK(GetFreeTask(my_name, f, task, operator_id)); in CreateAsyncTask() 255 int32_t operator_id) { in GetFreeTask() argument 269 new (q) Task(my_name, f, operator_id); in GetFreeTask() 273 q = new (&rc, mp) Task(my_name, f, operator_id); in GetFreeTask() 281 int32_t operator_id) { in CreateAsyncTask() argument 301 RETURN_IF_NOT_OK(dm.CreateAsyncTask(my_name, f, this, &pTask, operator_id)); in CreateAsyncTask()
|
D | task_manager.h | 79 int32_t operator_id = -1); 104 …(const std::string &my_name, const std::function<Status()> &f, Task **p, int32_t operator_id = -1); 134 int32_t operator_id = -1);
|
D | task.cc | 111 Task::Task(const std::string &myName, const std::function<Status()> &f, int32_t operator_id) in Task() argument 113 operator_id_(operator_id), in Task()
|
D | task.h | 54 Task(const std::string &myName, const std::function<Status()> &f, int32_t operator_id = -1);
|
/third_party/boost/boost/python/detail/ |
D | operator_id.hpp | 10 enum operator_id enum
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | execution_tree.cc | 241 int32_t operator_id) { in LaunchWorkers() argument 253 RETURN_IF_NOT_OK(tg_->CreateAsyncTask(name, std::bind(func, i), nullptr, operator_id)); in LaunchWorkers()
|
D | execution_tree.h | 156 int32_t operator_id = -1);
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | datasets.py | 280 def process_name(datasets, operator_id): argument 287 op_name[str(d)] = operator_id 289 … generator_process[operator_id] = [d.num_parallel_workers, set(d.sample_fn.pids)] 291 operator_id = operator_id + 1 292 return process_name(temp, operator_id)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 1556 // For some instruction with result id |operator_id| that 1560 // instruction with result id |operator_id| below. 1563 uint32 operator_id = 1; field
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 1556 // For some instruction with result id |operator_id| that 1560 // instruction with result id |operator_id| below. 1563 uint32 operator_id = 1; field
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 1545 // For some instruction with result id |operator_id| that 1549 // instruction with result id |operator_id| below. 1552 uint32 operator_id = 1; field
|