| /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/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/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/skia/src/core/ |
| D | SkExecutor.cpp | 40 static auto* executor = new SkTrivialExecutor(); in trivial_executor() local 53 void SkExecutor::SetDefault(SkExecutor* executor) { in SetDefault()
|
| D | SkTaskGroup.cpp | 11 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
|
| /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
|
| D | gather_d_grad_v2_aclnn_kernel.cc | 43 transform::aclOpExecutor *executor; in Launch() local
|
| D | embedding_aclnn_kernel.cc | 49 transform::aclOpExecutor *executor; in Launch() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/ |
| D | op_api_exec.h | 293 #define RUN_OP_API_ASYNC(aclnn_api, workspace_addr, workspace_size, executor, acl_stream, release_f… argument 310 #define RUN_OP_API_SYNC(aclnn_api, workspace_addr, workspace_size, executor, acl_stream) … argument
|
| D | op_api_cache.h | 122 bool HitCache(const char *aclnn_api, aclOpExecutor **executor, uint64_t *workspace_size, const Args… in HitCache() 156 bool HitCacheSingle(const char *aclnn_api, aclOpExecutor **executor, uint64_t *workspace_size, uint… in HitCacheSingle()
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| D | rsgTest.cpp | 68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5); in runTest() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcShaderConstExprTests.cpp | 105 void ExecutorTestCase<float>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput() 128 void ExecutorTestCase<int>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput() 148 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate() local
|