OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pooling
(Results
151 - 175
of
310
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr.h
36
* management and
pooling
.
/external/swiftshader/third_party/subzero/src/
IceClFlags.def
244
cl::desc("Randomize or
pooling
the representation of immediates"), \
247
"Do not randomize or
pooling
immediates (default)"), \
251
"Turn on immediate constants
pooling
") \
256
cl::desc("The threshold for immediates randomization and
pooling
"), \
IceStringPool.h
1
//===- subzero/src/IceStringPool.h - String
pooling
-------------*- C++ -*-===//
/external/tensorflow/tensorflow/contrib/model_pruning/python/
pruning.py
324
Whether to perform average (AVG) or max (MAX)
pooling
in the block
409
# Block
pooling
function
541
ValueError: if block
pooling
function is not AVG or MAX
547
raise ValueError('Unknown
pooling
function for block sparsity: %s' %
/external/tensorflow/tensorflow/core/kernels/
avgpooling_op_gpu.cu.cc
66
// figure out the
pooling
size
eigen_pooling.h
27
* \brief Applies a max-
pooling
over a multichannel input image.
143
* \brief Applies a max-
pooling
over a multichannel input volume.
261
* \brief Applies an average
pooling
over a multichannel input image.
495
* \brief Applies an average
pooling
over a multichannel input volume.
ops_util.h
37
// This is mainly used by gradient algorithms for
pooling
operations.
/external/tensorflow/tensorflow/examples/learn/
text_classification_character_cnn.py
61
# Max
pooling
across output of Convolution+Relu.
text_classification_cnn.py
60
# Max
pooling
across output of Convolution+Relu.
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
ModuleSplitter.java
70
// last shard as much as possible. Overhead is low due to our test
pooling
.
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java
184
// If external synchronization and
pooling
works properly,
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFrag.java
102
* for
pooling
.
/external/tensorflow/tensorflow/compiler/xla/service/
backend.h
64
// It also offers a
pooling
API for creation/use of initialized streams:
/external/tensorflow/tensorflow/contrib/specs/python/
specs_ops.py
96
#
Pooling
/frameworks/base/tests/JankBench/scripts/
collect.py
131
# try
pooling
together all iterations
/external/tensorflow/tensorflow/contrib/kfac/examples/
convnet.py
90
"""Build a max-
pooling
layer.
98
stride: int. Step size between
pooling
operations.
102
Result of applying max
pooling
to 'inputs'.
/external/tensorflow/tensorflow/docs_src/tutorials/
deep_cnn.md
41
@{tf.nn.max_pool$max
pooling
}
161
`pool1` | @{tf.nn.max_pool$max
pooling
}.
165
`pool2` | @{tf.nn.max_pool$max
pooling
}.
/external/tensorflow/tensorflow/go/op/
wrappers.go
[
all
...]
/external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java
94
* timeouts, IPv6 and connection
pooling
. Apache HTTP client has fewer bugs in
/external/glide/
README.md
7
disk caching, and resource
pooling
into a simple and easy to use interface.
/external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java
55
* thread
pooling
be added to limit the number of threads and improve
/external/okhttp/website/
index.html
52
<li>Connection
pooling
reduces request latency (if SPDY isn?t available).</li>
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
resnet50_test.py
95
model = resnet50.ResNet50(data_format, include_top=False,
pooling
='avg')
/external/tensorflow/tensorflow/contrib/lite/kernels/
BUILD
125
"
pooling
.cc",
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
hardcode_min_max.cc
128
// The output of average or max
pooling
is within the same range as its input.
Completed in 509 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>