Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dtf_op_utils.cc51 static const LazyRE2 kTfOpTypeRegEx = {"[A-Z_][a-zA-Z0-9_]*"}; in IsTfOpType() local
52 return RE2::FullMatch(op_type, *kTfOpTypeRegEx); in IsTfOpType()