Searched refs:all_names (Results 1 – 4 of 4) sorted by relevance
244 const hb_array_t<const NameRecord> all_names (this->table->nameRecordZ.arrayZ, in init() local248 this->names.alloc (all_names.length); in init()250 for (unsigned int i = 0; i < all_names.length; i++) in init()254 entry->name_id = all_names[i].nameID; in init()255 entry->language = all_names[i].language (face); in init()256 entry->entry_score = all_names[i].score (); in init()306 const hb_array_t<const NameRecord> all_names (table->nameRecordZ.arrayZ, table->count); in get_name() local307 const NameRecord &record = all_names[idx]; in get_name()
119 all_names, all_dtypes = zip(*py_checkpoint_reader.NewCheckpointReader(123 gen_io_ops.restore_v2(checkpoint_path, all_names, [""] * len(all_names),
191 all_names = []209 if ent.name in all_names:211 if ent.alias and ent.alias.name not in all_names:213 all_names.append(ent.name)
1719 all_names = [layer.name for layer in layers]1720 for name in all_names:1721 if all_names.count(name) != 1:1723 str(all_names.count(name)) + ' times in the model. '