HomeSort by relevance Sort by last modified time
    Searched refs:Pick (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/tensorflow/tensorflow/core/lib/random/
weighted_picker_test.cc 43 EXPECT_EQ(picker.Pick(&rnd), -1);
49 EXPECT_EQ(picker.Pick(&rnd), 0);
50 EXPECT_EQ(picker.Pick(&rnd), 0);
51 EXPECT_EQ(picker.Pick(&rnd), 0);
67 EXPECT_EQ(picker.Pick(&rnd), 0);
68 EXPECT_EQ(picker.Pick(&rnd), 0);
69 EXPECT_EQ(picker.Pick(&rnd), 0);
76 EXPECT_EQ(picker.Pick(&rnd), 0);
77 EXPECT_EQ(picker.Pick(&rnd), 0);
78 EXPECT_EQ(picker.Pick(&rnd), 0)
229 int pick = picker.PickAt(weight_index); local
    [all...]
weighted_picker.h 16 // An abstraction to pick from one of N elements with a specified
50 // Pick a random element with probability proportional to its weight.
52 int Pick(SimplePhilox* rnd) const;
54 // Deterministically pick element x whose weight covers the
weighted_picker.cc 100 int WeightedPicker::Pick(SimplePhilox* rnd) const {
116 // Pick left or right child of "level_[l-1][index]"
  /external/curl/docs/cmdline-opts/
proxy-anyauth.d 2 Help: Pick any proxy authentication method
6 Tells curl to pick a suitable authentication method when communicating with
anyauth.d 2 Help: Pick any authentication method
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
layout.go 59 // Pick the next block to schedule
60 // Pick among the successor blocks that have not been scheduled yet.
93 // Pick a zero-degree block if we can.
101 // Still nothing, pick any non-exit block.
109 // Pick any exit block.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
layout.go 59 // Pick the next block to schedule
60 // Pick among the successor blocks that have not been scheduled yet.
93 // Pick a zero-degree block if we can.
101 // Still nothing, pick any non-exit block.
109 // Pick any exit block.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiZeroMem.c 53 ; Pick up misaligned start bytes (get pointer 4-byte aligned)
EfiZeroMemSSE2.c 52 ; Pick up misaligned start bytes (get pointer 4-byte aligned)
EfiZeroMem.S 64 # Pick up misaligned start bytes (get pointer 4-byte aligned)
EfiZeroMem.asm 62 ; Pick up misaligned start bytes (get pointer 4-byte aligned)
EfiCopyMemSSE2.c 74 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned
EfiCopyMem.S 89 # Pick up misaligned start bytes to get destination pointer 4-byte aligned
EfiCopyMem.c 77 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned
EfiCopyMem.asm 87 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 114 // Pick up enough leading digits to cover first shift.
136 // Pick up a digit, put down a digit.
278 // Pick up a digit, put down a digit.
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 114 // Pick up enough leading digits to cover first shift.
136 // Pick up a digit, put down a digit.
278 // Pick up a digit, put down a digit.
  /frameworks/opt/net/wifi/libwifi_hal/
Android.mk 86 # Pick a vendor provided HAL implementation library.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
addr2liner_nm.go 117 // Pick low, as it represents [low, high).
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
addr2liner_nm.go 117 // Pick low, as it represents [low, high).
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 291 Pick one target type from
  /prebuilts/go/darwin-x86/src/sort/
search.go 50 // fmt.Printf("Pick an integer from 0 to 100.\n")
  /prebuilts/go/linux-x86/src/sort/
search.go 50 // fmt.Printf("Pick an integer from 0 to 100.\n")
  /external/tensorflow/tensorflow/core/kernels/
range_sampler.cc 183 return picker_.Pick(rnd);
  /external/webrtc/tools/matlab/
rtpAnalyze.m 137 delayReordered = delay(reorderIx); % Pick the reordered packets.

Completed in 320 milliseconds

1 2 3