Home
last modified time | relevance | path

Searched refs:cluster_count (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_rewriter_transform_test.cc183 int cluster_count = 0; in CheckGraph() local
187 ++cluster_count; in CheckGraph()
199 EXPECT_EQ(expected_cluster_count, cluster_count); in CheckGraph()
/external/e2fsprogs/lib/blkid/
Dprobe.c524 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local
550 cluster_count = sect_count - (reserved + fat_size + dir_size); in probe_fat()
553 cluster_count /= ms->ms_cluster_size; in probe_fat()
555 if (cluster_count > FAT32_MAX) in probe_fat()
Dprobe.h777 uint32_t cluster_count; member