Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dkernel_spec.cc215 CHECK(cuda_ptx_in_memory_ == nullptr); in AddCudaPtxInMemory()
216 cuda_ptx_in_memory_.reset( in AddCudaPtxInMemory()
223 CHECK(cuda_ptx_in_memory_ == nullptr); in AddCudaCompressedPtxInMemory()
224 cuda_ptx_in_memory_.reset( in AddCudaCompressedPtxInMemory()
232 CHECK(cuda_ptx_in_memory_ == nullptr); in AddCudaPtxInMemory()
233 cuda_ptx_in_memory_.reset( in AddCudaPtxInMemory()
241 CHECK(cuda_ptx_in_memory_ == nullptr); in AddCudaCompressedPtxInMemory()
242 cuda_ptx_in_memory_.reset( in AddCudaCompressedPtxInMemory()
Dmodule_spec.h41 return cuda_ptx_in_memory_; in cuda_ptx_in_memory()
53 cuda_ptx_in_memory_ = *ptx ? ptx : nullptr; in AddCudaPtxInMemory()
59 const char* cuda_ptx_in_memory_; variable
Dkernel_spec.h287 bool has_cuda_ptx_in_memory() const { return cuda_ptx_in_memory_ != nullptr; } in has_cuda_ptx_in_memory()
308 return *cuda_ptx_in_memory_; in cuda_ptx_in_memory()
362 cuda_ptx_in_memory_; // PTX text that resides in memory. variable