Searched refs:IsFinalized (Results 1 – 7 of 7) sorted by relevance
29 DCHECK(!IsFinalized()) in mutable_device_memory()35 DCHECK(!IsFinalized()) in device_memory()41 DCHECK(!IsFinalized()) << "should not finalize more than once"; in Finalize()47 bool TemporaryDeviceMemoryBase::IsFinalized() const { in IsFinalized() function in stream_executor::TemporaryDeviceMemoryBase48 return parent_->temporary_memory_manager()->IsFinalized( in IsFinalized()
79 bool IsFinalized() const;
91 bool IsFinalized(const DeviceMemoryBase& device_memory,
66 bool TemporaryMemoryManager::IsFinalized(const DeviceMemoryBase& device_memory, in IsFinalized() function in stream_executor::internal::TemporaryMemoryManager
144 bool IsFinalized() { return finalized_; } in IsFinalized() function
304 if (stream->IsFinalized()) { in Compute()
4310 bool IsFinalized = false; member in __anona50613ab1111::ShuffleInstructionBuilder4351 IsFinalized = true; in finalize()4358 assert((IsFinalized || Mask.empty()) && in ~ShuffleInstructionBuilder()