Searched defs:shard_id (Results 1 – 9 of 9) sorted by relevance
427 int shard_id; in operator ()() local457 int shard_id; in operator ()() local
28 string DataFilename(StringPiece prefix, int32_t shard_id, int32_t num_shards) { in DataFilename()
51 int32 shard_id = 3; field
94 int shard_id = shard_to_locale_data_.size(); in AddLocalTags() local
167 def eval_fn(total_shard, shard_id, metric): argument
476 def _find_device_id_by_shard_id(benchmarks_shard_map_file, shard_id): argument
593 for (int shard_id = start; shard_id < limit; ++shard_id) { in Compute() local1062 for (int shard_id = start; shard_id < limit; ++shard_id) { in Compute() local
586 for (int shard_id = start; shard_id < limit; ++shard_id) { in Compute() local
84 std::string ShardDirectory(const std::string& run_directory, int64_t shard_id) { in ShardDirectory()