Home
last modified time | relevance | path

Searched defs:shards (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/scripts/build/
Dtests.mjs159 …rs, light, taskConfigsFolder, workerCount, stackTraceLimit, timeout, keepFailed, shards, shardId) { argument
170 shards, property
/third_party/typescript/src/harness/
Drunnerbase.ts9 export let shards = 1; variable
/third_party/skia/third_party/externals/angle2/infra/specs/
Dangle.json37 "shards": 4 number
74 "shards": 4 number
111 "shards": 4 number
148 "shards": 4 number
185 "shards": 20 number
222 "shards": 12 number
259 "shards": 12 number
332 "shards": 2 number
405 "shards": 2 number
443 "shards": 4 number
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dmeshgrid.cc32 auto shards = [&](const int64_t begin, const int64_t end) { in MeshgridTask() local
/third_party/rust/rust/compiler/rustc_query_system/src/query/
Dcaches.rs86 let shards = self.cache.lock_shards(); in iter() localVariable
195 let shards = self.cache.lock_shards(); in iter() localVariable
Dplumbing.rs57 let shards = self.active.lock_shards(); in all_inactive() localVariable
78 let shards = self.active.try_lock_shards()?; in try_collect_active_jobs() localVariable
/third_party/typescript/src/testRunner/
Drunner.ts118 shards?: number; property
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/
Ddrop_out_gen_mask_kernels.cc357 auto shards = [prob, baseOffset, key, outBuff](int64_t start, int64_t limit) { in DoCompute() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java208 List<Shard> shards = new ArrayList<>(numShards); in generateFourByteShards() local
/third_party/rust/rust/compiler/rustc_data_structures/src/
Dsharded.rs28 shards: [CacheAligned<Lock<T>>; SHARDS], field
/third_party/grpc/src/core/lib/resource_quota/
Dmemory_quota.h348 std::array<Shard, 16> shards; variable
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1875 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in runShardedTest() local
1976 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in testSharding_empty() local
2264 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)deqpTest.split(); in testRuntimeHint_optionSetSharded() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_writer.cc719 auto shards = BreakIntoShards(); in ParallelWriteData() local
1057 std::vector<std::pair<int, int>> shards; in BreakIntoShards() local
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs1273 let shards = tcx.interners.type_.lock_shards(); localVariable