Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc606 void* option_values[] = { in LoadPtx() local
612 CHECK(TF_ARRAYSIZE(options) == TF_ARRAYSIZE(option_values)); in LoadPtx()
620 option_values); in LoadPtx()
626 error_log_buffer_bytes = reinterpret_cast<uintptr_t>(option_values[0]); in LoadPtx()
627 info_log_buffer_bytes = reinterpret_cast<uintptr_t>(option_values[2]); in LoadPtx()