Searched refs:scratch_allocator_ (Results 1 – 5 of 5) sorted by relevance
54 scratch_allocator_(nullptr) {} in CUDAFftPlan()83 ScratchAllocator* GetScratchAllocator() const { return scratch_allocator_; } in GetScratchAllocator()95 ScratchAllocator* scratch_allocator_; variable
86 scratch_allocator_ = scratch_allocator; in Initialize()248 scratch_allocator_ = scratch_allocator; in UpdateScratchAllocator()
94 ScratchAllocator *GetScratchAllocator() const { return scratch_allocator_; } in GetScratchAllocator()98 ScratchAllocator *scratch_allocator_; variable
166 scratch_allocator_ = scratch_allocator; in Initialize()332 scratch_allocator_ = scratch_allocator; in UpdateScratchAllocator()
2876 : scratch_allocator_(scratch_allocator), stream_(stream) {} in MIOpenAllocatorContext()2878 ScratchAllocator* scratch_allocator_; member2884 auto allocated = mac->scratch_allocator_->AllocateBytes(size_in_bytes); in MIOpenAllocatorCallback()