HomeSort by relevance Sort by last modified time
    Searched refs:reps (Results 226 - 250 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/kernel_tests/
weights_broadcast_test.py 184 expected=np.tile(weights, reps=(3, 2, 1)))
191 expected=np.tile(weights, reps=(3, 1, 4)))
198 expected=np.tile(weights, reps=(3, 1, 1)))
205 expected=np.tile(weights, reps=(1, 2, 4)))
213 expected=np.tile(weights, reps=(1, 2, 1)))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaDec.c 145 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
506 p->reps[0] = rep0;
507 p->reps[1] = rep1;
508 p->reps[2] = rep2;
509 p->reps[3] = rep3;
523 SizeT rep0 = p->reps[0]; /* we use SizeT to avoid the BUG of VC14 for AMD64 */
613 unsigned matchByte = p->dic[p->dicPos - p->reps[0] +
    [all...]
LzmaDec.h 60 UInt32 reps[4]; member in struct:__anon5341
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 147 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
508 p->reps[0] = rep0;
509 p->reps[1] = rep1;
510 p->reps[2] = rep2;
511 p->reps[3] = rep3;
525 SizeT rep0 = p->reps[0]; /* we use SizeT to avoid the BUG of VC14 for AMD64 */
615 unsigned matchByte = p->dic[p->dicPos - p->reps[0] +
    [all...]
LzmaDec.h 60 UInt32 reps[4]; member in struct:__anon7041
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 147 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
508 p->reps[0] = rep0;
509 p->reps[1] = rep1;
510 p->reps[2] = rep2;
511 p->reps[3] = rep3;
525 SizeT rep0 = p->reps[0]; /* we use SizeT to avoid the BUG of VC14 for AMD64 */
615 unsigned matchByte = p->dic[p->dicPos - p->reps[0] +
    [all...]
LzmaDec.h 60 UInt32 reps[4]; member in struct:__anon8024
  /external/lzma/C/
LzmaDec.c 145 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
506 p->reps[0] = rep0;
507 p->reps[1] = rep1;
508 p->reps[2] = rep2;
509 p->reps[3] = rep3;
523 SizeT rep0 = p->reps[0]; /* we use SizeT to avoid the BUG of VC14 for AMD64 */
613 unsigned matchByte = p->dic[p->dicPos - p->reps[0] +
    [all...]
LzmaDec.h 60 UInt32 reps[4]; member in struct:__anon28724
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
vector_student_t_test.py 179 df=np.tile(df, reps=len(scale_diag)),
210 df=np.tile(df, reps=len(scale_diag)),
239 loc=np.tile(loc[array_ops.newaxis, :], reps=[len(df), 1]),
241 reps=[len(df), 1, 1]))
265 loc=np.tile(loc[array_ops.newaxis, :], reps=[len(df), 1]),
267 reps=[len(df), 1, 1]))
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
primtypes.swg 215 double summ, reps, diff;
224 reps = diff/summ;
225 if (reps < 8*DBL_EPSILON) {
  /external/brotli/c/enc/
brotli_bit_stream.c 560 size_t reps = 1; local
563 ++reps;
565 i += reps;
567 BrotliWriteBits(kZeroRepsDepth[reps], kZeroRepsBits[reps],
573 --reps;
575 if (reps < 3) {
576 while (reps != 0) {
577 reps--;
582 reps -= 3
650 uint32_t reps = 0; local
668 uint32_t reps = 1; local
    [all...]
  /external/caliper/examples/src/main/java/examples/
EnumSetContainsBenchmark.java 84 @Benchmark void contains(int reps) {
85 for (int i = 0; i < reps; i++) {
  /external/guava/guava-tests/benchmark/com/google/common/math/
StatsBenchmark.java 165 @Benchmark int meanAndVariance(int reps) {
167 for (int i = 0; i < reps; i++) {
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
ExecutionListBenchmark.java 195 @Benchmark int addThenExecute_singleThreaded(int reps) {
197 for (int i = 0; i < reps; i++) {
210 @Benchmark int executeThenAdd_singleThreaded(int reps) {
212 for (int i = 0; i < reps; i++) {
231 @Benchmark int addThenExecute_multiThreaded(final int reps) throws InterruptedException {
240 for (int i = 0; i < reps; i++) {
253 @Benchmark int executeThenAdd_multiThreaded(final int reps) throws InterruptedException {
262 for (int i = 0; i < reps; i++) {
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderFast.java 65 for (int rep = 0; rep < REPS; ++rep) {
66 int len = lz.getMatchLen(reps[rep], avail);
92 back = mainDist + REPS;
143 for (int rep = 0; rep < REPS; ++rep)
144 if (lz.getMatchLen(reps[rep], limit) == limit)
147 back = mainDist + REPS;
  /libcore/benchmarks/src/benchmarks/regression/
ParseBenchmark.java 98 public void timeParse(int reps) throws Exception {
99 for (int i = 0; i < reps; i++) {
  /external/syslinux/core/legacynet/
dnsresolv.c 220 int ques, reps; /* number of questions and replies */ local
318 reps = htons(hd2->ancount); /* Replies */
326 while (reps--) {
  /external/skia/src/gpu/
GrResourceProvider.cpp 300 int reps,
303 size_t bufferSize = patternSize * reps * sizeof(uint16_t);
314 temp.reset(reps * patternSize);
317 for (int i = 0; i < reps; ++i) {
  /external/skqp/src/gpu/
GrResourceProvider.cpp 308 int reps,
311 size_t bufferSize = patternSize * reps * sizeof(uint16_t);
322 temp.reset(reps * patternSize);
325 for (int i = 0; i < reps; ++i) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 111 ArrayList<FilterRepresentation> reps = new ArrayList<FilterRepresentation>(2); local
112 reps.add(mLocalRep);
114 reps.add(new FilterCropRepresentation(mCrop));
116 return reps;
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 154 @Benchmark long thing(long reps) {
156 for (long i = 0; i < reps; i++) {
  /external/guava/guava-tests/benchmark/com/google/common/collect/
BinaryTreeTraverserBenchmark.java 181 @Benchmark int traversal(int reps) {
184 for (int i = 0; i < reps; i++) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
output_test_helper.cc 115 TestReporter(std::vector<benchmark::BenchmarkReporter*> reps)
116 : reporters_(reps) {}
  /libcore/ojluni/src/main/java/java/io/
ObjectOutputStream.java 2473 private Object[] reps; field in class:ObjectOutputStream.ReplaceTable
    [all...]

Completed in 2092 milliseconds

1 2 3 4 5 6 7 8 91011>>