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

1 2 3 4

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
slice.go 69 // text/scanner strip the blanks for us, this is extremely rare, hard to fix, and not worth it.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
slice.go 69 // text/scanner strip the blanks for us, this is extremely rare, hard to fix, and not worth it.
  /external/skia/tools/lua/
paths.lua 13 -- but these cases are rare.
  /external/skqp/tools/lua/
paths.lua 13 -- but these cases are rare.
  /prebuilts/go/darwin-x86/src/runtime/
mem_windows.go 41 // just not pages from multiple allocs. This is a rare case, arising only when we're
  /prebuilts/go/linux-x86/src/runtime/
mem_windows.go 41 // just not pages from multiple allocs. This is a rare case, arising only when we're
  /prebuilts/go/darwin-x86/src/cmd/vet/
bool.go 110 // In the rare case in which both operands are constant
  /prebuilts/go/darwin-x86/src/os/
stat_windows.go 73 // It does not work for symlinks. But symlinks are rare,
  /prebuilts/go/linux-x86/src/cmd/vet/
bool.go 110 // In the rare case in which both operands are constant
  /prebuilts/go/linux-x86/src/os/
stat_windows.go 73 // It does not work for symlinks. But symlinks are rare,
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 53 // This excludes some rare yet valid urls ending in common punctuation
128 // match contains unpaired parentheses (rare);
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 53 // This excludes some rare yet valid urls ending in common punctuation
128 // match contains unpaired parentheses (rare);
  /prebuilts/go/darwin-x86/src/compress/flate/
flate_test.go 334 // This situation is rare, but unavoidable.
deflatefast.go 272 // resetAll resets the deflateFast struct and is only called in rare
  /prebuilts/go/linux-x86/src/compress/flate/
flate_test.go 334 // This situation is rare, but unavoidable.
deflatefast.go 272 // resetAll resets the deflateFast struct and is only called in rare
  /external/tensorflow/tensorflow/contrib/verbs/
patch_notes_verbs_with_0_copies.md 27 2. The address of the destination Tensor needs to be sent to the sender side for writing, meaning that the result/proxy tensor should be pre-allocated on the receiver side, prior to sending the tensor request. In order to do that, we need to know its meta-data, i.e. shape and data-type for DMAble 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 on each step, we store a local meta-data cache per tensor. 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. When the sender receives a request for a tensor, if it is the first time this tensor is requested, or in the rare case that the meta-data did change, the sender will first send a meta-data response, on which the receiver will update the local cache, and reallocate the result/proxy tensors if required. When the receiver sends the tensor request, it will contain also the meta-data currently stored in its local cache, so the sender can compare it to see if there was a change.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 215 // It is rare, but but it can happen.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/objfile/
objfile.go 501 // Long symbol names are rare but exist. One source is type
  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 244 // rare occurrence). An alternative implementation might use a
  /prebuilts/go/darwin-x86/src/net/
conf.go 255 // We don't parse mdns.allow files. They're rare. If one
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 182 // super rare and have only been seen (in
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackalloc.go 215 // It is rare, but but it can happen.
  /prebuilts/go/linux-x86/src/cmd/link/internal/objfile/
objfile.go 501 // Long symbol names are rare but exist. One source is type
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 244 // rare occurrence). An alternative implementation might use a

Completed in 605 milliseconds

1 2 3 4