Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc80 static const LazyRE2 kTfDeviceTypeRegEx = {"[A-Z][A-Z_]*"}; in ValidateDeviceType() local
81 bool matches = RE2::FullMatch(type, *kTfDeviceTypeRegEx); in ValidateDeviceType()
85 kTfDeviceTypeRegEx->pattern(), ".")); in ValidateDeviceType()