HomeSort by relevance Sort by last modified time
    Searched defs:total_shards (Results 1 - 16 of 16) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
population_count_op.cc 107 int64 total_shards = input.size(); local
118 Shard(worker_threads.num_threads, worker_threads.workers, total_shards,
compare_and_bitpack_op.cc 151 int64 total_shards = output.size(); // Approximate cmp as an add and local
160 Shard(worker_threads.num_threads, worker_threads.workers, total_shards,
depthwise_conv_op.cc 227 const int64 total_shards = args.batch * args.out_rows; local
238 Shard(worker_threads.num_threads, worker_threads.workers, total_shards,
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 4342 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4410 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 4280 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4348 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 4388 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4456 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 4098 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4166 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 4277 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4345 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 4384 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4452 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest.cc 4295 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4363 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/googletest/googletest/src/
gtest.cc 4746 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4814 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 4723 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4791 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 638 // but inconsistent (e.g., shard_index >= total_shards), prints
654 // method. Assumes that 0 <= shard_index < total_shards.
656 int total_shards, int shard_index, int test_id);
5438 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
5506 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 4720 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4788 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 658 // but inconsistent (e.g., shard_index >= total_shards), prints
674 // method. Assumes that 0 <= shard_index < total_shards.
676 int total_shards, int shard_index, int test_id);
5872 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
5940 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 658 // but inconsistent (e.g., shard_index >= total_shards), prints
674 // method. Assumes that 0 <= shard_index < total_shards.
676 int total_shards, int shard_index, int test_id);
5872 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
5940 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]

Completed in 881 milliseconds