/third_party/mindspore/mindspore/ccsrc/cxx_api/ |
D | cell.cc | 76 void GraphCell::SetContext(const std::shared_ptr<Context> &context) { in SetContext() function in mindspore::GraphCell 85 executor_->SetContext(context); in SetContext()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/ms/ |
D | ms_model.cc | 78 graph_cell->SetContext(model_context_); in GenerateGraphCell() 104 graph_cell->SetContext(model_context_); in Build()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ |
D | graph_impl.h | 37 void SetContext(const std::shared_ptr<Context> &context) { graph_context_ = context; } in SetContext() function
|
/third_party/mindspore/mindspore/lite/src/runtime/ |
D | inner_allocator.h | 40 void SetContext(const AllocatorContext &ctx);
|
D | inner_allocator.cc | 31 void DefaultAllocator::SetContext(const AllocatorContext &ctx) { in SetContext() function in mindspore::DefaultAllocator
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/ |
D | model_impl.h | 71 void SetContext(const std::shared_ptr<Context> &model_context) { in SetContext() function
|
D | model.cc | 63 impl_->SetContext(model_context); in Build()
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_allocator.h | 56 void SetContext(const AllocatorContext &ctx);
|
D | opencl_allocator.cc | 29 void OpenCLAllocator::SetContext(const AllocatorContext &ctx) { in SetContext() function in mindspore::lite::opencl::OpenCLAllocator
|
/third_party/mindspore/include/api/ |
D | cell.h | 101 void SetContext(const std::shared_ptr<Context> &context);
|
/third_party/mindspore/mindspore/lite/src/cxx_api/model/ |
D | model_impl.h | 112 void SetContext(const std::shared_ptr<Context> &context) { context_ = context; } in SetContext() function
|
D | model.cc | 89 impl_->SetContext(model_context); in Build()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_kernel_runtime.h | 61 void SetContext() override;
|
D | ascend_device_address.cc | 82 runtime_instance->SetContext(); in SyncMemory()
|
D | ascend_kernel_runtime.cc | 125 void AscendKernelRuntime::SetContext() { in SetContext() function in mindspore::device::ascend::AscendKernelRuntime
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_runtime.h | 81 virtual void SetContext() {} in SetContext() function
|
/third_party/spirv-tools/source/opt/ |
D | ir_context.h | 109 module_->SetContext(this); in IRContext() 126 module_->SetContext(this); in IRContext()
|
D | module.h | 260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_context.h | 110 module_->SetContext(this); in IRContext() 128 module_->SetContext(this); in IRContext()
|
D | module.h | 260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_context.h | 110 module_->SetContext(this); in IRContext() 128 module_->SetContext(this); in IRContext()
|
D | module.h | 260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
|