Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dmodule_spec.h32 bool has_cuda_cubin_in_memory() const { return has_cuda_cubin_in_memory_; } in has_cuda_cubin_in_memory()
47 has_cuda_cubin_in_memory_ = true; in AddCudaCubinInMemory()
59 bool has_cuda_cubin_in_memory_ = false; variable