Home
last modified time | relevance | path

Searched defs:GeneratorImpl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DGeneratorImpl.h55 struct C10_API GeneratorImpl : public c10::intrusive_ptr_target { struct
63 GeneratorImpl& operator=(const GeneratorImpl& other) = delete; argument
101 virtual GeneratorImpl* clone_impl() const = 0; argument
H A DGeneratorImpl.cpp20 GeneratorImpl::GeneratorImpl(Device device_in, DispatchKeySet key_set) in GeneratorImpl() function in c10::GeneratorImpl