Searched refs:stripped_name (Results 1 – 4 of 4) sorted by relevance
174 stripped_name = node_name_from_input(name)175 if stripped_name not in node_map:177 return node_map[stripped_name]449 stripped_name = node_name_from_input(input_name)450 node_reference_count[stripped_name] += 1
115 stripped_name = StripProtoExtension(filename)116 headers.append(os.path.join(cc_out_dir, stripped_name + ".pb.h"))
232 auto stripped_name = StripPrefix(descr.full_name, root_prefix); in PrintAsText() local235 printf("%-60s %3u %-8s %-32s %s\n", stripped_name.c_str(), field_id, in PrintAsText()
187 std::string stripped_name(name.begin() + 1, name.end()); in ResolveRuntimeSymbol() local189 xla::CustomCallTargetRegistry::Global()->Lookup(stripped_name, "Host"); in ResolveRuntimeSymbol()