Home
last modified time | relevance | path

Searched defs:SetContext (Results 1 – 18 of 18) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/graph/
Dgraph_impl.h37 void SetContext(const std::shared_ptr<Context> &context) { graph_context_ = context; } in SetContext() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/model/
Dmodel_impl.h72 void SetContext(const std::shared_ptr<Context> &model_context) { in SetContext() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Dge_context_manager.cc49 bool GeContextManager::SetContext() { in SetContext() function in mindspore::GeContextManager
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/
Dcell.cc30 void GraphCell::SetContext(const std::shared_ptr<Context> &context) { in SetContext() function in mindspore::GraphCell
/third_party/grpc/src/core/lib/promise/
Dcontext.h127 GPR_ATTRIBUTE_ALWAYS_INLINE_FUNCTION inline void SetContext(T* p) { in SetContext() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/model/
Dmodel_impl.h136 void SetContext(const std::shared_ptr<Context> &context) { context_ = context; } in SetContext() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Dexecution_flow.h47 void SetContext(InferContextPtr context) override { context_ = context; } in SetContext() function
Dexecution_plan.h57 void SetContext(std::shared_ptr<abstract::Context> context) override { context_ = context; } in SetContext() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dinner_allocator.cc30 void DefaultAllocator::SetContext(const AllocatorContext &ctx) { in SetContext() function in mindspore::DefaultAllocator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model_pool/
Dmodel_parallel_runner.cc48 void RunnerConfig::SetContext(const std::shared_ptr<Context> &context) { in SetContext() function in mindspore::RunnerConfig
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h84 virtual void SetContext() {} in SetContext() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/src/
Dcustom_allocator.cc40 void CustomAllocator::SetContext(const AllocatorContext &ctx) { in SetContext() function in mindspore::lite::CustomAllocator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/graph/
Dgraph_impl.h51 void SetContext(const std::shared_ptr<Context> &context) { graph_context_ = context; } in SetContext() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_allocator.cc29 void OpenCLAllocator::SetContext(const AllocatorContext &ctx) { in SetContext() function in mindspore::lite::opencl::OpenCLAllocator
/third_party/spirv-tools/source/opt/
Dmodule.h277 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_kernel_runtime.cc126 void AscendKernelRuntime::SetContext() { in SetContext() function in mindspore::device::ascend::AscendKernelRuntime