OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minimize
(Results
726 - 750
of
1660
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/opencv/cv/src/
cvsnakes.cpp
360
/* Find
Minimize
point in the neighbors */
/external/python/cpython2/Objects/
dictnotes.txt
253
jostled (to
minimize
collisions). The lookdict() routine can then
/external/python/cpython2/Tools/ccbench/
ccbench.py
186
#
Minimize
interference of measurement on overall runtime
/external/python/cpython3/Doc/library/
textwrap.rst
250
order to
minimize
the amount by which :attr:`width` is exceeded.)
/external/python/cpython3/PC/
msvcrtmodule.c
74
Minimize
the malloc() heap.
/external/python/cpython3/Tools/ccbench/
ccbench.py
184
#
Minimize
interference of measurement on overall runtime
/external/skia/site/dev/contrib/
style.md
17
We prefer to
minimize
includes. If forward declaring a name in a header is
/external/skia/src/core/
SkEdge.cpp
167
// this is chosen by heuristic: make it as big as possible (to
minimize
segments)
/external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp
462
// We would like to
minimize
gets overall due to performance issues
/external/skqp/site/dev/contrib/
style.md
17
We prefer to
minimize
includes. If forward declaring a name in a header is
/external/skqp/src/core/
SkEdge.cpp
167
// this is chosen by heuristic: make it as big as possible (to
minimize
segments)
/external/skqp/src/gpu/gl/
GrGLCreateNullInterface.cpp
462
// We would like to
minimize
gets overall due to performance issues
/external/tensorflow/tensorflow/
SECURITY.md
118
network, as well as sandboxing the server to
minimize
the adverse effects of
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
rnn_colorbot.py
217
optimizer.
minimize
(
/external/tensorflow/tensorflow/contrib/kernel_methods/g3doc/
tutorial.md
116
For instance, you can change the optimization method used to
minimize
the loss
/external/tensorflow/tensorflow/contrib/mpi_collectives/
__init__.py
98
train = optimizer.
minimize
(loss)
/external/tensorflow/tensorflow/core/common_runtime/
graph_execution_state.cc
322
// 1 to
minimize
the memory impact. Note that this only matters if an
/external/tensorflow/tensorflow/core/kernels/data/
parallel_interleave_dataset_op.cc
155
// `GetNext()`, maintaining a buffer of elements to
minimize
the likelihood
/external/tensorflow/tensorflow/docs_src/deploy/
distributed.md
225
train_op = tf.train.AdagradOptimizer(0.01).
minimize
(
/external/tensorflow/tensorflow/docs_src/tutorials/
kernel_methods.md
133
For instance, you can change the optimization method used to
minimize
the loss
/external/tensorflow/tensorflow/examples/speech_commands/
train.py
154
learning_rate_input).
minimize
(cross_entropy_mean)
/external/tensorflow/tensorflow/examples/tutorials/word2vec/
word2vec_basic.py
224
optimizer = tf.train.GradientDescentOptimizer(1.0).
minimize
(loss)
/external/tensorflow/tensorflow/examples/udacity/
4_convolutions.ipynb
292
" optimizer = tf.train.GradientDescentOptimizer(0.05).
minimize
(loss)\n",
/external/tensorflow/tensorflow/python/data/ops/
iterator_ops.py
324
train_op = optimizer.
minimize
(loss)
/external/tensorflow/tensorflow/python/estimator/canned/
baseline.py
167
return opt.
minimize
(loss, global_step=training_util.get_global_step())
Completed in 496 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>