Home
last modified time | relevance | path

Searched defs:Execute (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/mindspore/tests/ut/cpp/stub/dynamic_shape/
Ddynamic_shape_stub.cc28 void HcclDynamicKernel::Execute() {} in Execute() function in mindspore::device::ascend::HcclDynamicKernel
31 void MemcpyRtsDynamicKernel::Execute() {} in Execute() function in mindspore::device::ascend::MemcpyRtsDynamicKernel
33 void ProfilingRtsDynamicKernel::Execute() {} in Execute() function in mindspore::device::ascend::ProfilingRtsDynamicKernel
36 void AiCoreDynamicKernel::Execute() {} in Execute() function in mindspore::device::ascend::AiCoreDynamicKernel
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dexecute.cc73 Execute::Execute(std::shared_ptr<TensorOperation> op, MapTargetDevice device_type, uint32_t device_… in Execute() function in mindspore::dataset::Execute
80 Execute::Execute(std::shared_ptr<TensorTransform> op, MapTargetDevice device_type, uint32_t device_… in Execute() function in mindspore::dataset::Execute
89 Execute::Execute(std::reference_wrapper<TensorTransform> op, MapTargetDevice device_type, uint32_t … in Execute() function in mindspore::dataset::Execute
101 Execute::Execute(TensorTransform *op, MapTargetDevice device_type, uint32_t device_id) { in Execute() function in mindspore::dataset::Execute
111 Execute::Execute(std::vector<std::shared_ptr<TensorOperation>> ops, MapTargetDevice device_type, ui… in Execute() function in mindspore::dataset::Execute
117 Execute::Execute(std::vector<std::shared_ptr<TensorTransform>> ops, MapTargetDevice device_type, ui… in Execute() function in mindspore::dataset::Execute
126 Execute::Execute(const std::vector<std::reference_wrapper<TensorTransform>> ops, MapTargetDevice de… in Execute() function in mindspore::dataset::Execute
146 Execute::Execute(const std::vector<TensorTransform *> &ops, MapTargetDevice device_type, uint32_t d… in Execute() function in mindspore::dataset::Execute
/third_party/mindspore/mindspore/lite/src/
Dsub_graph_kernel.cc78 int SubGraphKernel::Execute(const KernelCallBack &before, const KernelCallBack &after) { in Execute() function in mindspore::kernel::SubGraphKernel
197 int CustomSubGraph::Execute(const KernelCallBack &before, const KernelCallBack &after) { in Execute() function in mindspore::kernel::CustomSubGraph
227 int CpuSubGraph::Execute(const KernelCallBack &before, const KernelCallBack &after) { in Execute() function in mindspore::kernel::CpuSubGraph
Dsub_graph_kernel.h87 int Execute() override { return Execute(nullptr, nullptr); } in Execute() function
134 int Execute() override { return Execute(nullptr, nullptr); } in Execute() function
232 int Execute() override { return Execute(nullptr, nullptr); } in Execute() function
Dinner_kernel.cc73 int InnerKernel::Execute() { in Execute() function in mindspore::kernel::InnerKernel
/third_party/cef/libcef_dll/wrapper/
Dcef_closure_task.cc22 void Execute() override { std::move(closure_).Run(); } in Execute() function in __anonafa9c1af0111::CefOnceClosureTask
39 void Execute() override { in Execute() function in __anonafa9c1af0111::CefRepeatingClosureTask
/third_party/grpc/src/csharp/Grpc.Tools/
DProtoToolsPlatform.cs44 public override bool Execute() in Execute() method in Grpc.Tools.ProtoToolsPlatform
DProtoReadDependencies.cs51 public override bool Execute() in Execute() method in Grpc.Tools.ProtoReadDependencies
DProtoCompilerOutputs.cs67 public override bool Execute() in Execute() method in Grpc.Tools.ProtoCompilerOutputs
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/rts/
Dmemcpy_rts_dynamic_kernel.cc24 void MemcpyRtsDynamicKernel::Execute() { in Execute() function in mindspore::device::ascend::MemcpyRtsDynamicKernel
Dprofiling_rts_dynamic_kernel.cc24 void ProfilingRtsDynamicKernel::Execute() { in Execute() function in mindspore::device::ascend::ProfilingRtsDynamicKernel
/third_party/cef/libcef_dll/ctocpp/
Dtask_ctocpp.cc19 NO_SANITIZE("cfi-icall") void CefTaskCToCpp::Execute() { in Execute() function in CefTaskCToCpp
Dv8handler_ctocpp.cc21 bool CefV8HandlerCToCpp::Execute(const CefString& name, in Execute() function in CefV8HandlerCToCpp
/third_party/gn/src/gn/
Dparse_tree.cc294 Value AccessorNode::Execute(Scope* scope, Err* err) const { in Execute() function in AccessorNode
494 Value BinaryOpNode::Execute(Scope* scope, Err* err) const { in Execute() function in BinaryOpNode
539 Value BlockNode::Execute(Scope* enclosing_scope, Err* err) const { in Execute() function in BlockNode
661 Value ConditionNode::Execute(Scope* scope, Err* err) const { in Execute() function in ConditionNode
736 Value FunctionCallNode::Execute(Scope* scope, Err* err) const { in Execute() function in FunctionCallNode
806 Value IdentifierNode::Execute(Scope* scope, Err* err) const { in Execute() function in IdentifierNode
861 Value ListNode::Execute(Scope* scope, Err* err) const { in Execute() function in ListNode
1075 Value LiteralNode::Execute(Scope* scope, Err* err) const { in Execute() function in LiteralNode
1147 Value UnaryOpNode::Execute(Scope* scope, Err* err) const { in Execute() function in UnaryOpNode
1192 Value BlockCommentNode::Execute(Scope* scope, Err* err) const { in Execute() function in BlockCommentNode
[all …]
/third_party/openh264/codec/encoder/core/src/
Dwels_task_encoder.cpp67 WelsErrorType CWelsSliceEncodingTask::Execute() { in Execute() function in WelsEnc::CWelsSliceEncodingTask
334 WelsErrorType CWelsUpdateMbMapTask::Execute() { in Execute() function in WelsEnc::CWelsUpdateMbMapTask
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ps/
Dapply_momentum_ps_kernel.cc22 bool ApplyMomentumPSKernel::Execute(const std::vector<AddressPtr> &inputs, const std::vector<Addres… in Execute() function in mindspore::kernel::ps::ApplyMomentumPSKernel
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Dmkl_kernel_engine.cc23 void MKLKernelEngine::Execute(const std::shared_ptr<dnnl::primitive> &primitive, in Execute() function in mindspore::kernel::MKLKernelEngine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp45 auto Execute = in createDefaultPipeline() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Ddynamic_shape_kernel.cc22 void DynamicShapeKernel::Execute() { in Execute() function in mindspore::kernel::DynamicShapeKernel
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_category.cc37 Status ShardCategory::Execute(ShardTaskList &tasks) { return Status::OK(); } in Execute() function in mindspore::mindrecord::ShardCategory
Dshard_sequential_sample.cc41 Status ShardSequentialSample::Execute(ShardTaskList &tasks) { in Execute() function in mindspore::mindrecord::ShardSequentialSample
/third_party/openh264/test/common/
DWelsThreadPoolTest.h67 virtual int32_t Execute() { in Execute() function
/third_party/mindspore/mindspore/lite/test/ut/src/dataset/
Deager_test.cc34 using Execute = mindspore::dataset::Execute; typedef
/third_party/mindspore/mindspore/lite/test/ut/tools/converter/registry/
Dpass_registry_test.cc93 bool Execute(const api::FuncGraphPtr &func_graph) override { in Execute() function in mindspore::opt::Test1Fusion
161 bool Execute(const api::FuncGraphPtr &func_graph) override { in Execute() function in mindspore::opt::Test2Fusion
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dcontext_list.cc43 void ContextList::Execute(void* arg, grpc_core::Timestamps* ts, in Execute() function in grpc_core::ContextList

12345