Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dtf_op_utils.cc46 static const LazyRE2 kTfOpNameRegEx = {"[A-Za-z0-9.][A-Za-z0-9_.\\/>-]*"}; in IsTfOpName() local
47 return RE2::FullMatch(op_name, *kTfOpNameRegEx); in IsTfOpName()