OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dataset
(Results
651 - 675
of
923
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
layers_dense_variational.py
339
assuming a
dataset
of `features` and `labels`.
499
assuming a
dataset
of `features` and `labels`.
628
assuming a
dataset
of `features` and `labels`.
[
all
...]
layers_conv_variational.py
611
assuming a
dataset
of `features` and `labels`.
[
all
...]
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
nasnet.py
22
directly on the
dataset
of interest.
25
for the CIFAR-10
dataset
, and then extended to ImageNet 2012
dataset
,
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYPlotTest.java
172
// we are not testing MinY well with this
dataset
.
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
Mean.java
50
* Returns <code>Double.NaN</code> if the
dataset
is empty.
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
AbstractMultipleLinearRegression.java
66
* <code>nobs = 3</code> and <code>nvars = 2</code> creates a regression
dataset
with two
/external/icu/icu4c/source/config/
mh-os390
142
## PDS_NAME_PREFIX sets the prefix of the PDS
dataset
name while keeping the ICU version number.
/external/lisa/libs/utils/
trace.py
334
def hasEvents(self,
dataset
):
339
:param
dataset
: trace event name or list of trace events
340
:type
dataset
: str or list(str)
342
if
dataset
in self.available_events:
[
all
...]
/external/ltp/testcases/realtime/lib/
libstats.c
273
/* calculate the range of
dataset
*/
/external/mockftpserver/MockFtpServer/src/main/resources/
ReplyText.properties
63
# Exceeded storage allocation (for current directory or
dataset
).
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_input.py
64
# Dimensions of the images in the CIFAR-10
dataset
.
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
state_management.py
132
written to checkpoints. Checkpoints will then scale with
dataset
test_utils.py
42
"""Returns all contiguous windows of data from a full
dataset
.