Home
last modified time | relevance | path

Searched refs:kBackend (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tests/
DResourceAllocatorTest.cpp33 kBackend, enumerator
56 constexpr ProxyParams::Kind kBackend = ProxyParams::Kind::kBackend; variable
131 case ProxyParams::kBackend: in make_proxy()
296 {{64, kNotRT, kRGBA, kE, 1, kNotB, kBackend}, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dresource.h43 const char kBackend[] = "backend"; variable
Daction.cc104 res->results()[kBackend] = new_backend; in ResetMindRTEnable()
111 auto bc_ptr = res->results()[kBackend].cast<compile::BackendPtr>(); in TaskEmitActionForMindRT()
127 …std::shared_ptr<compile::Backend> bc_ptr = res->results()[kBackend].cast<std::shared_ptr<compile::… in ExecuteActionForMindRT()
705 auto bc_ptr = res->results()[kBackend].cast<compile::BackendPtr>(); in TaskEmitAction()
774 …std::shared_ptr<compile::Backend> bc_ptr = res->results()[kBackend].cast<std::shared_ptr<compile::… in ExecuteAction()
Dpipeline.cc699 resource->results()[kBackend] = compile::CreateBackend(); in GetPipeline()
715 resource->results()[kBackend] = backend_ptr; in GetPipeline()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc2564 resource->results()[pipeline::kBackend] = compile::CreateBackend(); in GradNetInner()