| /third_party/mesa3d/src/intel/executor/ |
| D | meson.build | 37 executor = executable( variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_runtime/ |
| D | default_graph_runtime.cc | 36 auto executor = SelectExecutor(); in Prepare() local 62 auto executor = SelectExecutor(); in Execute() local 90 auto executor = SelectExecutor(); in Execute() local 120 auto executor = SelectExecutor(); in Resize() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/ |
| D | dvpp_image_utils.cc | 121 aclOpExecutor *executor; in DvppAdjustBrightness() local 211 aclOpExecutor *executor; in DvppAdjustContrast() local 301 aclOpExecutor *executor; in DvppAdjustHue() local 391 aclOpExecutor *executor; in DvppAdjustSaturation() local 482 aclOpExecutor *executor; in DvppAdjustSharpness() local 599 aclOpExecutor *executor; in DvppAffine() local 717 aclOpExecutor *executor; in DvppAutoContrast() local 895 aclOpExecutor *executor; in DvppConvertColor() local 990 aclOpExecutor *executor; in DvppCrop() local 1121 aclOpExecutor *executor; in DvppErase() local [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/ |
| D | nnrt_stub.cc | 24 OH_NN_ReturnCode OH_NNExecutor_Run(OH_NNExecutor *executor) { in OH_NNExecutor_Run() 38 void OH_NNExecutor_Destroy(OH_NNExecutor **executor) {} in OH_NNExecutor_Destroy() 48 OH_NN_ReturnCode OH_NNExecutor_SetOutput(OH_NNExecutor *executor, in OH_NNExecutor_SetOutput() 59 OH_NN_ReturnCode OH_NNExecutor_SetInput(OH_NNExecutor *executor, in OH_NNExecutor_SetInput()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/ |
| D | executor_manager.cc | 30 auto executor = std::make_shared<Executor>(device_name, device_id); in GetExecutor() local 37 auto &executor = item.second; in OnEvent() local
|
| D | executor_manager.h | 35 auto &executor = item.second; in ClearDoneTasks() local
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/pynative/ |
| D | op_executor_test.cc | 44 const auto &executor = runtime::OpExecutor::GetInstance(); in TEST_F() local 63 auto &executor = runtime::OpExecutor::GetInstance(); in TEST_F() local 80 auto &executor = runtime::OpExecutor::GetInstance(); in TEST_F() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ |
| D | group_manager.cc | 100 auto executor = session::ExecutorManager::Instance().GetExecutor(device_name, device_id); in CreateGroupByExecutor() local 113 auto executor = session::ExecutorManager::Instance().GetExecutor(device_name, device_id); in DestroyGroupByExecutor() local 144 auto executor = session::ExecutorManager::Instance().GetExecutor(device_name, device_id); in CreateGroups() local 160 auto executor = parallel::ExecutorManager::Instance().GetExecutor(device_name, device_id); in CreateGroupByExecutor() local 168 auto executor = parallel::ExecutorManager::Instance().GetExecutor(device_name, device_id); in DestroyGroupByExecutor() local 179 auto executor = parallel::ExecutorManager::Instance().GetExecutor(device_name, device_id); in CreateGroups() local
|
| /third_party/vk-gl-cts/executor/ |
| D | xeBatchExecutor.cpp | 352 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueStateChanged() local 364 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueTestLogData() local 376 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueInfoLogData() local 388 BatchExecutor* executor = DE_NULL; in dispatchStateChanged() local 401 BatchExecutor* executor = DE_NULL; in dispatchTestLogData() local 412 BatchExecutor* executor = DE_NULL; in dispatchInfoLogData() local
|
| D | CMakeLists.txt | 53 add_executable(executor tools/xeCommandLineExecutor.cpp) target
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | ConcurrentDescriptorsTest.java | 54 ExecutorService executor = Executors.newFixedThreadPool(N); in testSimultaneousStaticInit() local 83 ExecutorService executor = Executors.newFixedThreadPool(N); in testSimultaneousFeatureAccess() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/pyboost/ |
| D | aclnn_utils.h | 28 #define DISPATCH_LAUNCH_KERNEL(device_context, aclnn_name, ws_ptr, ws_size, executor, stream, relea… argument 63 #define LAUNCH_KERNEL(aclnn_name, ws_ptr, ws_size, executor, stream) … argument
|
| /third_party/mesa3d/src/gallium/targets/teflon/ |
| D | test_executor.h | 7 enum executor { enum
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | regression-test-issue-2107.js | 19 function executor(resolve) { function
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsShaderExecUtil.hpp | 99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log… in operator <<() 100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(… in operator <<()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/ |
| D | subgraph_kernel.h | 29 SubgraphKernel(FuncGraphPtr subgraph, std::shared_ptr<device::GraphExecutor> executor) in SubgraphKernel()
|
| D | delegate_graph_executor.h | 46 std::shared_ptr<device::GraphExecutor> executor) in GraphExecutorDelegate()
|
| /third_party/mindspore/mindspore-src/source/tests/st/map_parameter/network/ |
| D | test_dynamic_embedding_standalone.py | 33 executor = ModelExecutor(dataset=dataset, sparse=True, in_channels=30720, variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/parallel_stub/ |
| D | executor_manager_stub.cc | 26 auto executor = std::make_shared<Executor>(device_name, device_id); in GetExecutor() local
|
| /third_party/rust/rust/tests/ui/async-await/issues/issue-65419/ |
| D | issue-65419-async-fn-resume-after-panic.rs | 27 mod executor { module
|
| D | issue-65419-async-fn-resume-after-completion.rs | 21 mod executor { module
|
| /third_party/skia/m133/src/core/ |
| D | SkExecutor.cpp | 44 static SkNoDestructor<SkTrivialExecutor> executor; in trivial_executor() local 57 void SkExecutor::SetDefault(SkExecutor* executor) { in SetDefault()
|
| D | SkTaskGroup.cpp | 14 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
|
| /third_party/skia/src/core/ |
| D | SkExecutor.cpp | 40 static auto* executor = new SkTrivialExecutor(); in trivial_executor() local 53 void SkExecutor::SetDefault(SkExecutor* executor) { in SetDefault()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/opapi/aclnn/ |
| D | masked_fill_aclnn_kernel.cc | 43 transform::aclOpExecutor *executor; in Launch() local
|