HomeSort by relevance Sort by last modified time
    Searched refs:between (Results 201 - 225 of 1197) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/
Android.libmesa_glsl_utils.mk 27 # between core mesa and glsl.
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 23 The design is based on TensorFlow r1.0. An RDMA path is added between servers for tensor transfer (weights, gradients, etc). The existing GRPC path remains and is responsible for "administrative" tasks, such as setting up the RDMA path, exchanging computation graphs, etc.
25 During the server setup, an RDMA manager is created to manage low-level RDMA components such as RDMA channel and RDMA adapter, an RDMA rendezvous manager is created to oversee send/recv operations between servers. Following the distributed TensorFlow design philosophy, the send operation is passive, i.e. merely placing a tensor in the local out-going table. It is the receive operation that actually initiates the tensor transfer.
34 1. Tensor writes will be done directly from the source tensor to the **result** tensor, with no memory copies in between. This should be done for all DMAable tensors which are located either on CPU or on a RDMA compatible GPU device (GPU direct).
62 In order to allocate the result and proxy tensors, we need to know the tensor's meta-data, i.e. shape and data-type for DMAable tensors, and proto-size for serialized tensors. Unfortunately, this information is only available on the sender side which complicates manners. In order to avoid sending extra messages for querying the meta-data at each step, we store a local meta-data cache per tensor, which will only be update upon changes. Based on the assumption that the meta-data of a tensor rarely changes between steps, we expect that on most times the cache will only be updated once. The sender is responsible to detect changes in the meta-data, and update the receiver. In order for the sender to know that the meta-data had changed, each **RDMA_MESSAGE_TENSOR_REQUEST** will contain the meta-data that the receiver had grabbed from the local cache. The sender will then compare the meta-data from the message to the tensor's new meta-data.
104 * **enum RdmaImmDataType** - Immediate types to distinguish between different RDMA writes on the remote side. Ack writes and control-message writes have a fixed immediate value. The rest of the writes are tensor writes and the immediate value is the relevant request index.
105 * **enum RdmaWriteIDType** - Types to distinguish between different RDMA write-complete events: Ack, control message and tensor writes.
  /external/valgrind/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 1 relaying data between gdb and process ....
mcvabits.stderrB.exp 1 relaying data between gdb and process ....
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x_test.go 46 // allowedMismatchPlan9 reports whether the mismatch between text and dec
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 78 t.Errorf("insufficient overlap between cgo and non-cgo roots; want at least %d, have %d", want, have)
  /prebuilts/go/darwin-x86/src/internal/testlog/
log.go 6 // between tests and package os, so that cmd/go can see which
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil_test.go 44 data := "Programming today is a race between software engineers striving to " +
  /prebuilts/go/darwin-x86/src/math/
atan.go 24 // Returns radian angle between -pi/2 and +pi/2 whose tangent is x.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x_test.go 46 // allowedMismatchPlan9 reports whether the mismatch between text and dec
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 78 t.Errorf("insufficient overlap between cgo and non-cgo roots; want at least %d, have %d", want, have)
  /prebuilts/go/linux-x86/src/internal/testlog/
log.go 6 // between tests and package os, so that cmd/go can see which
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil_test.go 44 data := "Programming today is a race between software engineers striving to " +
  /prebuilts/go/linux-x86/src/math/
atan.go 24 // Returns radian angle between -pi/2 and +pi/2 whose tangent is x.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips@alnv_ps-swap.d 6 # Check that a register dependency between ALNV.PS and the following
  /build/soong/third_party/zip/
android.go 37 // In some cases, we need strip the extras if it change between Central Directory
79 // The zip64 extras change between the Central Directory and Local File Header, while we use
84 // The extended-timestamp extra block changes between the Central Directory Header and Local
  /compatibility/cdd/5_multimedia/
5_10_professional-audio.md 27 * Variable load: ON (this will switch between 100% and 10% of the work
47 * SHOULD provide zero audio clock difference between the input and output sides of
57 * SHOULD minimize the phase difference between HAL audio buffering for the input
  /prebuilts/go/darwin-x86/src/sync/
pool.go 119 // Callers should not assume any relation between values passed to Put and
183 // Since we've disabled preemption, GC cannot happen in between.
210 // If GOMAXPROCS changes between GCs, we re-allocate the array and lose the old one.
  /prebuilts/go/linux-x86/src/sync/
pool.go 119 // Callers should not assume any relation between values passed to Put and
183 // Since we've disabled preemption, GC cannot happen in between.
210 // If GOMAXPROCS changes between GCs, we re-allocate the array and lose the old one.
  /prebuilts/go/darwin-x86/src/image/
image.go 64 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
163 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
275 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
374 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
486 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
578 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
673 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
752 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
834 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
920 // Stride is the Pix stride (in bytes) between vertically adjacent pixels
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
cgocall.go 265 // On arm, stack frame is two words and there's a saved LR between
266 // SP and the stack frame and between the stack frame and the arguments.
269 // On arm64, stack frame is four words and there's a saved LR between
270 // SP and the stack frame and between the stack frame and the arguments.
301 // On mips64x, stack frame is two words and there's a saved LR between
302 // SP and the stack frame and between the stack frame and the arguments.
305 // On mipsx, stack frame is two words and there's a saved LR between
306 // SP and the stack frame and between the stack frame and the arguments.
578 // to have addresses between arena_start and arena_used.
642 // cgoInRange returns whether p is between start and end
    [all...]
  /prebuilts/go/linux-x86/src/image/
image.go 64 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
163 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
275 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
374 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
486 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
578 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
673 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
752 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
834 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
920 // Stride is the Pix stride (in bytes) between vertically adjacent pixels
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
cgocall.go 265 // On arm, stack frame is two words and there's a saved LR between
266 // SP and the stack frame and between the stack frame and the arguments.
269 // On arm64, stack frame is four words and there's a saved LR between
270 // SP and the stack frame and between the stack frame and the arguments.
301 // On mips64x, stack frame is two words and there's a saved LR between
302 // SP and the stack frame and between the stack frame and the arguments.
305 // On mipsx, stack frame is two words and there's a saved LR between
306 // SP and the stack frame and between the stack frame and the arguments.
578 // to have addresses between arena_start and arena_used.
642 // cgoInRange returns whether p is between start and end
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 39 DFA is a class that implements a finite state machine that chooses between
193 if c.between?( @min[ state ], @max[ state ] )
259 if c.between?( @min[ state ], @max[ state ] )
  /external/skia/src/utils/
SkDashPath.cpp 44 // Adjust phase to be between 0 and len, "flipping" phase if negative.
156 // Returns true is b is between a and c, that is: a <= b <= c, or a >= b >= c.
162 static bool between(SkScalar a, SkScalar b, SkScalar c) {
258 if (v.fX ? between(bounds.fTop, pts[0].fY, bounds.fBottom) :
259 between(bounds.fLeft, pts[0].fX, bounds.fRight)) {

Completed in 737 milliseconds

1 2 3 4 5 6 7 891011>>