Home
last modified time | relevance | path

Searched defs:ContextPtr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/context/
H A Dcontext.h154 using ContextPtr = std::shared_ptr<DistAutogradContext>; variable
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.h34 typedef std::shared_ptr<EglContext> ContextPtr; typedef
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.hpp464 using ContextPtr = torch::distributed::autograd::ContextPtr; typedef
/aosp_15_r20/external/angle/src/libANGLE/
H A Dcl_types.h48 using ContextPtr = RefPointer<Context>; variable