Home
last modified time | relevance | path

Searched defs:num_tables (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/contrib/nearest_neighbor/python/ops/
Dnearest_neighbor_ops.py30 num_tables, argument
/external/harfbuzz_ng/src/
Dmain.cc94 int num_tables = font.get_table_count (); in main() local
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
Dhyperplane_lsh_probes.cc54 int num_tables = num_tables_tensor.scalar<int32>()(); in Compute() local
Dhyperplane_lsh_probes.h45 HyperplaneMultiprobe(int num_hyperplanes_per_table, int num_tables) in HyperplaneMultiprobe()
Dhyperplane_lsh_probes_test.cc99 int num_tables = 10; in TEST() local
/external/freetype/src/sfnt/
Dttkern.c51 FT_UInt nn, num_tables; in tt_face_load_kern() local
/external/u-boot/include/
Dinput.h47 uchar num_tables; /* number of modifier tables */ member
/external/sfntly/cpp/src/sfntly/
Dfont.h245 int32_t num_tables() { return (int32_t)tables_.size(); } in num_tables() function
/external/freetype/src/type42/
Dt42parse.c544 FT_Int num_tables = 0; in t42_parse_sfnts() local
/external/freetype/include/freetype/internal/
Dtttypes.h112 FT_UShort num_tables; member
172 FT_UShort num_tables; member
1611 FT_UShort num_tables; member
/external/syzkaller/executor/
Dcommon_linux.h1032 static void checkpoint_iptables(struct ipt_table_desc* tables, int num_tables, int family, int leve… in checkpoint_iptables()
1087 static void reset_iptables(struct ipt_table_desc* tables, int num_tables, int family, int level) in reset_iptables()
/external/bcc/src/cc/
Dbpf_module.cc811 size_t BPFModule::num_tables() const { return tables_.size(); } in num_tables() function in ebpf::BPFModule
/external/u-boot/drivers/video/
Dstb_truetype.h991 stbtt_int32 num_tables = ttUSHORT(data+fontstart+4); in stbtt__find_table() local