Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/
Dgraph_impl.h37 void SetContext(const std::shared_ptr<Context> &context) { graph_context_ = context; } in SetContext() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel_impl.h71 void SetContext(const std::shared_ptr<Context> &model_context) { in SetContext() function
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel_impl.h112 void SetContext(const std::shared_ptr<Context> &context) { context_ = context; } in SetContext() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h81 virtual void SetContext() {} in SetContext() function
/third_party/mindspore/mindspore/lite/src/runtime/
Dinner_allocator.cc31 void DefaultAllocator::SetContext(const AllocatorContext &ctx) { in SetContext() function in mindspore::DefaultAllocator
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dcell.cc76 void GraphCell::SetContext(const std::shared_ptr<Context> &context) { in SetContext() function in mindspore::GraphCell
/third_party/spirv-tools/source/opt/
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } 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/lite/src/runtime/gpu/opencl/
Dopencl_allocator.cc29 void OpenCLAllocator::SetContext(const AllocatorContext &ctx) { in SetContext() function in mindspore::lite::opencl::OpenCLAllocator
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc125 void AscendKernelRuntime::SetContext() { in SetContext() function in mindspore::device::ascend::AscendKernelRuntime