Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dgradient_input_output_exclusions.py292 def get_entries(attr_name): function
367 get_entries("inputs"))
369 get_entries("outputs"))
/external/harfbuzz_ng/src/
Dhb-ot-meta.cc57 return face->table.meta->get_entries (start_offset, entries_count, entries); in hb_ot_meta_get_entry_tags()
Dhb-ot-meta-table.hh81 unsigned int get_entries (unsigned int start_offset, in get_entries() function
Dhb-aat-layout-common.hh507 const Entry<Extra> *get_entries () const in get_entries() function
Dhb-aat-layout-morx-table.hh334 const Entry<EntryData> *entries = machine.get_entries (); in sanitize()
/external/crosvm/crosvm_plugin/src/
Dlib.rs398 *cpuid_count = supported_cpuids.get_entries().len(); in get_supported_cpuid()
404 .get_entries() in get_supported_cpuid()
431 *cpuid_count = emulated_cpuids.get_entries().len(); in get_emulated_cpuid()
437 .get_entries() in get_emulated_cpuid()
1275 *cpuid_count = hyperv_cpuids.get_entries().len(); in get_hyperv_cpuid()
1281 .get_entries() in get_hyperv_cpuid()
/external/autotest/client/common_lib/hosts/
Dbase_classes.py624 boot_info = self.bootloader.get_entries()
/external/python/cpython3/Lib/test/
Dtest_os.py3844 def get_entries(self, names): member in TestScandir
3925 entries = self.get_entries(names)
4035 entries = self.get_entries(['file.txt', 'symlink.txt'])