HomeSort by relevance Sort by last modified time
    Searched defs:name_suffix (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/tools/graph_transforms/
insert_logging.cc 111 const string name_suffix = "__print__"; local
117 print_node->set_name(strings::StrCat(node.name(), name_suffix));
139 strings::StrCat(node.name(), name_suffix, ":0");
  /external/brotli/c/tools/
brotli.c 556 char* name_suffix; local
564 name_suffix = name + name_len - suffix_len;
565 if (strcmp(context->suffix, name_suffix) != 0) {
571 name_suffix[0] = 0;

Completed in 172 milliseconds