Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dmodule_spec.h32 bool has_cuda_cubin_in_memory() const { return has_cuda_cubin_in_memory_; } in has_cuda_cubin_in_memory()
46 has_cuda_cubin_in_memory_ = true; in AddCudaCubinInMemory()
58 bool has_cuda_cubin_in_memory_ = false; variable