Searched refs:num_shards (Results 1 – 4 of 4) sorted by relevance
53 size_t num_shards);135 size_t num_shards = 1; in main() local164 num_shards = std::stoul(arg.substr(arg_num_shards.size())); in main()173 …if (out_dir == std::filesystem::path() || include_dir == std::filesystem::path() || num_shards == … in main()200 … declarations, input_files.front(), include_dir, out_dir, root_namespace, num_shards)) { in main()
263 size_t num_shards) { in generate_pybind11_sources_one_file() argument276 std::vector<std::ofstream> out_file_shards(num_shards); in generate_pybind11_sources_one_file()
51 shards_cmd = "--num_shards=${shards}"
712 …cmd: "$(location bluetooth_packetgen) --include=system/bt/gd --out=$(genDir) --num_shards=10 $(in)…