Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/device/
H A Ddevice_utils.cc30 std::regex regex_exp(kTfDeviceTypeRegEx); in ValidateDeviceType() local
31 bool matches = std::regex_match(device_type, match_results, regex_exp); in ValidateDeviceType()