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

1 2

  /external/tensorflow/tensorflow/core/grappler/optimizers/
memory_optimizer.cc 659 std::vector<NodeDef*> accumulates; local
672 accumulates.push_back(accumulate);
683 for (const NodeDef* accum : accumulates) {
    [all...]
  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
gsubr.go 42 // Progs accumulates Progs for a function and converts them into machine code.
sinit.go 35 // init1 walks the AST starting at n, and accumulates in out
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gsubr.go 42 // Progs accumulates Progs for a function and converts them into machine code.
sinit.go 35 // init1 walks the AST starting at n, and accumulates in out
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 695 // histogram accumulates a histogram of b in h.
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 695 // histogram accumulates a histogram of b in h.
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256.go 404 // The following table accumulates these values. The sums at the bottom
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read.go 39 // ",innerxml", Unmarshal accumulates the raw XML nested inside the
  /prebuilts/go/darwin-x86/src/go/doc/
reader.go 138 // reader accumulates documentation for a single package.
  /prebuilts/go/darwin-x86/src/runtime/
mprof.go 125 // add accumulates b into a. It does not zero b.
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256.go 404 // The following table accumulates these values. The sums at the bottom
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
read.go 39 // ",innerxml", Unmarshal accumulates the raw XML nested inside the
  /prebuilts/go/linux-x86/src/go/doc/
reader.go 138 // reader accumulates documentation for a single package.
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 125 // add accumulates b into a. It does not zero b.
  /prebuilts/go/darwin-x86/src/net/http/
transport.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.27/texinfo/
texinfo.tex     [all...]

Completed in 1205 milliseconds

1 2