Home
last modified time | relevance | path

Searched refs:CudaCubinInMemory (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dkernel_spec.h259 class CudaCubinInMemory : public KernelLoaderSpec {
261 CudaCubinInMemory(const char *bytes, absl::string_view kernelname);
262 ~CudaCubinInMemory() override {} in ~CudaCubinInMemory()
269 SE_DISALLOW_COPY_AND_ASSIGN(CudaCubinInMemory);
302 const CudaCubinInMemory &cuda_cubin_in_memory() const { in cuda_cubin_in_memory()
359 std::unique_ptr<CudaCubinInMemory>
Dkernel_spec.cc36 CudaCubinInMemory::CudaCubinInMemory(const char *bytes, in CudaCubinInMemory() function in stream_executor::CudaCubinInMemory
202 cuda_cubin_in_memory_.reset(new CudaCubinInMemory{bytes, kernelname}); in AddCudaCubinInMemory()