Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_composite_functions_tf.cc62 constexpr char kTFTextAPIPrefix[] = "tftext:"; variable
296 if (api_name.startswith(kTFTextAPIPrefix) && enable_fuse_tftext) { in ConvertTFImplementsWithAttributes()