Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h436 TF_Bool supports_unified_memory; member
440 TF_OFFSET_OF_END(SP_Platform, supports_unified_memory)
Dstream_executor.cc153 if (platform.supports_unified_memory) { in ValidateSPStreamExecutor()
Dstream_executor_test.cc301 params->platform->supports_unified_memory = true; in TEST()