Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dplatform.h68 void CheckPlatformKindIsValid(PlatformKind kind);
Dplatform.cc77 void CheckPlatformKindIsValid(PlatformKind kind) { in CheckPlatformKindIsValid() function
Dstream_executor_pimpl.cc168 CheckPlatformKindIsValid(platform_kind); in StreamExecutor()