Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/mesa3d/src/intel/executor/
Dmeson.build37 executor = executable( variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_runtime/
Ddefault_graph_runtime.cc36 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/
Ddvpp_image_utils.cc121 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/
Dnnrt_stub.cc24 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/
Dexecutor_manager.cc30 auto executor = std::make_shared<Executor>(device_name, device_id); in GetExecutor() local
37 auto &executor = item.second; in OnEvent() local
Dexecutor_manager.h35 auto &executor = item.second; in ClearDoneTasks() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pynative/
Dop_executor_test.cc44 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/
Dgroup_manager.cc100 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/
DxeBatchExecutor.cpp352 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
DCMakeLists.txt53 add_executable(executor tools/xeCommandLineExecutor.cpp) target
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DConcurrentDescriptorsTest.java54 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/
Daclnn_utils.h28 #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/
Dtest_executor.h7 enum executor { enum
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-2107.js19 function executor(resolve) { function
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.hpp99 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/
Dsubgraph_kernel.h29 SubgraphKernel(FuncGraphPtr subgraph, std::shared_ptr<device::GraphExecutor> executor) in SubgraphKernel()
Ddelegate_graph_executor.h46 std::shared_ptr<device::GraphExecutor> executor) in GraphExecutorDelegate()
/third_party/mindspore/mindspore-src/source/tests/st/map_parameter/network/
Dtest_dynamic_embedding_standalone.py33 executor = ModelExecutor(dataset=dataset, sparse=True, in_channels=30720, variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/parallel_stub/
Dexecutor_manager_stub.cc26 auto executor = std::make_shared<Executor>(device_name, device_id); in GetExecutor() local
/third_party/rust/rust/tests/ui/async-await/issues/issue-65419/
Dissue-65419-async-fn-resume-after-panic.rs27 mod executor { module
Dissue-65419-async-fn-resume-after-completion.rs21 mod executor { module
/third_party/skia/m133/src/core/
DSkExecutor.cpp44 static SkNoDestructor<SkTrivialExecutor> executor; in trivial_executor() local
57 void SkExecutor::SetDefault(SkExecutor* executor) { in SetDefault()
DSkTaskGroup.cpp14 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
/third_party/skia/src/core/
DSkExecutor.cpp40 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/
Dmasked_fill_aclnn_kernel.cc43 transform::aclOpExecutor *executor; in Launch() local

1234