Home
last modified time | relevance | path

Searched defs:operator_id (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtask_manager.cc28 Task **task, int32_t operator_id) { in CreateAsyncTask()
255 int32_t operator_id) { in GetFreeTask()
281 int32_t operator_id) { in CreateAsyncTask()
Dtask.cc111 Task::Task(const std::string &myName, const std::function<Status()> &f, int32_t operator_id) in Task()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_invert_comparison_operator_test.cpp79 for (uint32_t fresh_id = 23, operator_id = 13; operator_id <= 22; in TEST() local
/third_party/spirv-tools/test/fuzz/
Dtransformation_invert_comparison_operator_test.cpp79 for (uint32_t fresh_id = 23, operator_id = 13; operator_id <= 22; in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_invert_comparison_operator_test.cpp79 for (uint32_t fresh_id = 23, operator_id = 13; operator_id <= 22; in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp29 uint32_t operator_id, uint32_t fresh_id) { in TransformationInvertComparisonOperator()
/third_party/spirv-tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp29 uint32_t operator_id, uint32_t fresh_id) { in TransformationInvertComparisonOperator()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp29 uint32_t operator_id, uint32_t fresh_id) { in TransformationInvertComparisonOperator()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dexecution_tree.cc241 int32_t operator_id) { in LaunchWorkers()
/third_party/boost/boost/python/detail/
Doperator_id.hpp10 enum operator_id enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1563 uint32 operator_id = 1; field
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1563 uint32 operator_id = 1; field
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1552 uint32 operator_id = 1; field
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py280 def process_name(datasets, operator_id): argument