Home
last modified time | relevance | path

Searched refs:temporary_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dscratch_allocator.cc33 CHECK(temporary_ == nullptr); in AllocateBytes()
34 SE_ASSIGN_OR_RETURN(temporary_, in AllocateBytes()
36 return temporary_->device_memory(); in AllocateBytes()
Dscratch_allocator.h69 std::unique_ptr<TemporaryDeviceMemory<uint8>> temporary_;
/external/v8/src/torque/
Dimplementation-visitor.h50 result.temporary_ = std::move(temporary); in Temporary()
111 bool IsTemporary() const { return temporary_.has_value(); } in IsTemporary()
114 return *temporary_; in temporary()
194 base::Optional<VisitResult> temporary_; variable