Home
last modified time | relevance | path

Searched refs:IsFinalized (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dtemporary_device_memory.cc29 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::TemporaryDeviceMemoryBase
48 return parent_->temporary_memory_manager()->IsFinalized( in IsFinalized()
Dtemporary_device_memory.h79 bool IsFinalized() const;
Dtemporary_memory_manager.h91 bool IsFinalized(const DeviceMemoryBase& device_memory,
Dtemporary_memory_manager.cc66 bool TemporaryMemoryManager::IsFinalized(const DeviceMemoryBase& device_memory, in IsFinalized() function in stream_executor::internal::TemporaryMemoryManager
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_stream.h144 bool IsFinalized() { return finalized_; } in IsFinalized() function
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc304 if (stream->IsFinalized()) { in Compute()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4310 bool IsFinalized = false; member in __anon42e2fe641111::ShuffleInstructionBuilder
4351 IsFinalized = true; in finalize()
4358 assert((IsFinalized || Mask.empty()) && in ~ShuffleInstructionBuilder()