Searched defs:SetContext (Results 1 – 11 of 11) sorted by relevance
37 void SetContext(const std::shared_ptr<Context> &context) { graph_context_ = context; } in SetContext() function
71 void SetContext(const std::shared_ptr<Context> &model_context) { in SetContext() function
112 void SetContext(const std::shared_ptr<Context> &context) { context_ = context; } in SetContext() function
81 virtual void SetContext() {} in SetContext() function
31 void DefaultAllocator::SetContext(const AllocatorContext &ctx) { in SetContext() function in mindspore::DefaultAllocator
76 void GraphCell::SetContext(const std::shared_ptr<Context> &context) { in SetContext() function in mindspore::GraphCell
260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
29 void OpenCLAllocator::SetContext(const AllocatorContext &ctx) { in SetContext() function in mindspore::lite::opencl::OpenCLAllocator
125 void AscendKernelRuntime::SetContext() { in SetContext() function in mindspore::device::ascend::AscendKernelRuntime