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

1 2 3 4 5

  /hardware/intel/common/utils/ituxd/
Android.mk 20 # are responsible for having their own logic, for fine-grained control.
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 20 # are responsible for having their own logic, for fine-grained control.
  /prebuilts/go/darwin-x86/src/runtime/
lfstack.go 21 // is responsible for ensuring the nodes are not garbage collected
mfixalloc.go 22 // The caller is responsible for locking around FixAlloc calls.
  /prebuilts/go/linux-x86/src/runtime/
lfstack.go 21 // is responsible for ensuring the nodes are not garbage collected
mfixalloc.go 22 // The caller is responsible for locking around FixAlloc calls.
  /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.
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.
131 * **class RdmaAdapter** - The base for RDMA communications. It may contain multiple channels and buffers. It is responsible for handling various incoming RDMA messages.
132 * **class RdmaChannel** - Responsible for RDMA connection to a particular node. It manages messagee buffers. A channel has a request table which stores all the pending tensor requests.
133 * **class RdmaMessageBuffer** - Responsible for sending or receiving messages. It has a fixed size memory to store the data. It has a queue to store the pending jobs. A channel has two message buffers one for tx and one for rx.
  /build/soong/
doc.go 17 // Soong itself is responsible for converting the modules read by Blueprint
  /build/blueprint/
doc.go 64 // documentation as the "primary builder". This command is responsible for
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.asm 60 ; "The caller is responsible for allocating space for parameters to the
  /external/tensorflow/tensorflow/core/profiler/g3doc/
advise.md 79 it runs through a list of `Checkers`, each one responsible for checking one
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
print.go 143 fmt.Printf("%z", FormatterVal(true)) // correct (the type is responsible for formatting)
144 fmt.Printf("%d", FormatterVal(true)) // correct (the type is responsible for formatting)
145 fmt.Printf("%s", nonemptyinterface) // correct (the type is responsible for formatting)
176 fmt.Printf("%#s", FormatterVal(true)) // correct (the type is responsible for formatting)
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
print.go 143 fmt.Printf("%z", FormatterVal(true)) // correct (the type is responsible for formatting)
144 fmt.Printf("%d", FormatterVal(true)) // correct (the type is responsible for formatting)
145 fmt.Printf("%s", nonemptyinterface) // correct (the type is responsible for formatting)
176 fmt.Printf("%#s", FormatterVal(true)) // correct (the type is responsible for formatting)
  /external/autotest/site_utils/deployment/
commandline.py 311 `default_board` isn't checked; the caller is responsible for
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 2 ; which is responsible for writing mach-o relocation entries for (PIC)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Thunk16.asm 35 ; Here is the layout of the real mode stack. _ToUserCode() is responsible for
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.asm 36 ; Here is the layout of the real mode stack. _ToUserCode() is responsible for
  /external/llvm/bindings/go/llvm/
target.go 259 // responsible for disposing of it by calling the TargetData.Dispose method.
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.ComputeSize.cs 174 /// enum field, including the tag. The caller is responsible for
  /external/syslinux/mbr/
oldmbr.asm 33 ; The MBR lives in front of the boot sector, and is responsible for
  /prebuilts/go/darwin-x86/src/crypto/
crypto.go 131 // the caller is responsible for hashing the larger message and passing
  /prebuilts/go/darwin-x86/src/html/template/
content.go 47 // Template authors are responsible for ensuring that typed expressions
  /prebuilts/go/darwin-x86/src/image/jpeg/
huffman.go 47 // the caller is the one responsible for first checking that d.bits.n < n.
  /prebuilts/go/linux-x86/src/crypto/
crypto.go 131 // the caller is responsible for hashing the larger message and passing
  /prebuilts/go/linux-x86/src/html/template/
content.go 47 // Template authors are responsible for ensuring that typed expressions

Completed in 542 milliseconds

1 2 3 4 5