HomeSort by relevance Sort by last modified time
    Searched refs:interesting (Results 51 - 74 of 74) sorted by null

1 23

  /external/tensorflow/tensorflow/contrib/verbs/
README.md 55 The tensor transfer process is initiated when the receiver requests a tensor. In code it is done by calling **Rendezvous::Recv()** or **Rendezvous::RecvAsync()**. The TensorFlow base implementation handles the case where the requested tensor is located on the same node. The more interesting case where the requested tensor is located on a remote node (receiver != sender) is to be handled in a derivation of the pure virtual **BaseRemoteRendezvous::RecvFromRemoteAsync()**. TensorFlow provides a default GRPC based implementation which comes in the vanilla version but suffers in scalability when running large models. Our RDMA based implementation presumes to be more scalable. HKUST's contrib GDR implementation is more scalable than GRPC, and less scalable than ours, only because we did our evolution based on it.
  /external/syzkaller/prog/
mutation.go 530 // Set int8/int16/int32/int64 to an interesting value.
  /external/llvm/test/MC/Mips/
macro-dla-32bit.s 154 # There are no further interesting immediates.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
macro-dla-32bit.s 154 # There are no further interesting immediates.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 2272 def interesting(strings): function in function:.test_dir
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 2431 def interesting(strings): function in function:.test_dir
    [all...]
  /external/python/cpython3/Lib/test/
test_descr.py 2420 def interesting(strings): function in function:.test_dir
    [all...]
  /art/runtime/verifier/
method_verifier.cc 88 bool interesting = false; local
91 interesting = flags[i].IsOpcode();
94 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget();
97 interesting = flags[i].IsBranchTarget();
102 if (interesting) {
367 * monitor-enter, we need extra data for every register, and a stack for every "interesting"
    [all...]
  /build/soong/finder/
finder_test.go 458 // interesting upfront.
485 // interesting upfront.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 63 catches peoples' eyes. The Windows(tm) windiff has another interesting
376 happens to be adjacent to an "interesting" match.
442 # Now that we have a wholly interesting match (albeit possibly
447 # interesting match, this is clearly the right thing to do,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 245 Initialize a logging record with interesting information.
    [all...]
  /external/python/cpython2/Lib/
difflib.py 61 catches peoples' eyes. The Windows(tm) windiff has another interesting
374 happens to be adjacent to an "interesting" match.
440 # Now that we have a wholly interesting match (albeit possibly
445 # interesting match, this is clearly the right thing to do,
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 240 Initialize a logging record with interesting information.
    [all...]
  /external/python/cpython3/Lib/
difflib.py 60 catches peoples' eyes. The Windows(tm) windiff has another interesting
362 happens to be adjacent to an "interesting" match.
428 # Now that we have a wholly interesting match (albeit possibly
433 # interesting match, this is clearly the right thing to do,
    [all...]
  /external/python/cpython3/Lib/logging/
__init__.py 296 Initialize a logging record with interesting information.
    [all...]
  /build/soong/third_party/zip/
reader_test.go 555 // The big.zip file is interesting because it has no zip64 header,
  /external/dtc/Documentation/
dtc-paper.tex 534 won't pick up more interesting errors later on. There is a
  /external/golang-protobuf/protoc-gen-go/testdata/my_test/
test.pb.go 4 // This package holds interesting messages.
    [all...]
  /external/blktrace/btt/doc/
btt.tex 49 and also show some interesting plots generated from the data provided
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /external/golang-protobuf/proto/
all_test.go 452 // Clearly silly, and a residue from a more interesting test with an earlier,
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/
transport.go     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 1437 milliseconds

1 23