OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:repeatedly
(Results
776 - 800
of
1551
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/python/cpython2/Modules/_io/
bytesio.c
337
"Call readline()
repeatedly
and return a list of the lines so read.\n"
/external/python/cpython2/Modules/_sqlite/
cursor.c
1037
PyDoc_STR("
Repeatedly
executes a SQL statement.")},
[
all
...]
/external/python/cpython2/Parser/
pgen.c
530
/* Simplify the DFA by
repeatedly
eliminating states that are
/external/python/cpython3/Doc/tutorial/
stdlib2.rst
341
is useful for applications which
repeatedly
access the smallest element but do
/external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py
8
repeatedly
to get the next line of input (or "" for EOF). It generates
/external/python/cpython3/Modules/
_bz2module.c
423
/* data_size is strictly positive, but because we
repeatedly
have to
/external/python/cpython3/Modules/_io/
bytesio.c
486
Call readline()
repeatedly
and return a list of the lines so read.
[
all
...]
/external/python/cpython3/Modules/_sqlite/
cursor.c
938
PyDoc_STR("
Repeatedly
executes a SQL statement.")},
/external/python/cpython3/Parser/
pgen.c
544
/* Simplify the DFA by
repeatedly
eliminating states that are
/external/skqp/include/private/
GrTypesPriv.h
669
/** Data store will be respecified
repeatedly
and used many times. */
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h
477
called
repeatedly
until the application exits.
[
all
...]
/external/syslinux/com32/libutil/
sha256crypt.c
423
/*
Repeatedly
run the collected hash value through SHA256 to burn
/external/syslinux/core/lwip/doc/
rawapi.txt
246
received), lwIP will
repeatedly
poll the application by calling a
/external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java
201
*
repeatedly
.</p>
/external/tensorflow/tensorflow/c/eager/
tape.h
273
// Then we
repeatedly
pop an entry from the stack, run its backprop, and update
/external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass.cc
474
//
Repeatedly
contract edges between clusters that are on the same device,
/external/tensorflow/tensorflow/contrib/lite/
interpreter.cc
399
// Note that calling Invoke
repeatedly
will cause the original memory plan to
/external/tensorflow/tensorflow/core/grappler/optimizers/
dependency_optimizer_test.cc
147
// This tests that we don't try to
repeatedly
add Identity nodes
/external/tensorflow/tensorflow/core/lib/gtl/
inlined_vector.h
428
// Compute new capacity by
repeatedly
doubling current capacity
/external/tensorflow/tensorflow/docs_src/tutorials/
image_retraining.md
93
cache these bottleneck values on disk so they don't have to be
repeatedly
/external/tensorflow/tensorflow/examples/speech_commands/
input_data.py
434
# Use the processing graph we created earlier to
repeatedly
to generate the
/external/tensorflow/tensorflow/python/data/util/
nest.py
525
result of
repeatedly
applying `func`, with same structure as
/external/tensorflow/tensorflow/stream_executor/cuda/
cuda_fft.cc
117
LOG(FATAL) << "Try to
repeatedly
initialize.";
/external/v8/include/
v8-util.h
228
* Traverses the map
repeatedly
,
/external/valgrind/drd/
drd_error.c
252
*
repeatedly
are only printed once. This function is only called by the core
Completed in 702 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>