OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numpy
(Results
376 - 400
of
1452
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
inception_resnet_v2_test.py
21
import
numpy
as np
inception_v3_test.py
21
import
numpy
as np
xception_test.py
21
import
numpy
as np
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
np_utils_test.py
21
import
numpy
as np
/external/tensorflow/tensorflow/python/kernel_tests/
compare_and_bitpack_op_test.py
21
import
numpy
as np
conv3d_backprop_filter_v2_grad_test.py
21
import
numpy
as np
division_future_test.py
25
import
numpy
as np
gradient_correctness_test.py
21
import
numpy
as np
sparsemask_op_test.py
20
import
numpy
as np
tensor_priority_test.py
20
import
numpy
as np
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_full_matrix_test.py
20
import
numpy
as np
59
# already evaluated matrix to a
numpy
array.
161
# already evaluated matrix to a
numpy
array.
228
# already evaluated matrix to a
numpy
array.
/external/tensorflow/tensorflow/python/kernel_tests/random/
multinomial_op_test.py
24
import
numpy
as np
81
self.assertFalse(np.equal(sample1.
numpy
(), sample2.
numpy
()).all())
152
logits:
Numpy
ndarray of shape [batch_size, num_classes].
/external/tensorflow/tensorflow/python/layers/
maxout_test.py
29
import
numpy
as np
/external/tensorflow/tensorflow/python/ops/
nn_grad_test.py
21
import
numpy
as np
quantized_ops_test.py
21
import
numpy
as np
session_ops.py
29
import
numpy
as np
43
"""Encode a ResourceHandle proto as custom
numpy
struct type."""
86
"""Convert a TensorHandle object to a feedable
numpy
value.
89
A
numpy
array of a custom struct type that can be used as a feed value
/external/tensorflow/tensorflow/tools/ci_build/
Dockerfile.android
18
python-
numpy
\
/external/tensorflow/tensorflow/tools/ci_build/install/
install_pi_python3_toolchain.sh
29
apt-get install -y bazel python3 python3-
numpy
python3-dev python3-pip
install_pi_toolchain.sh
29
apt-get install -y bazel python python-
numpy
python-dev python-pip
/external/tensorflow/tensorflow/tools/dist_test/server/
Dockerfile
27
python-
numpy
\
/external/tensorflow/tensorflow/tools/docker/
Dockerfile.gpu
32
numpy
\
/external/trappy/
README.md
29
$ sudo pip install
numpy
matplotlib pandas ipython[all]
setup.py
31
"
numpy
",
/system/extras/tests/sdcard/
plot_sdcard.py
44
import
numpy
211
x =
numpy
.arange(len(dataset.data), dtype='int_')
247
x =
numpy
.array(dataset.time, dtype='float_')
277
x =
numpy
.array(dataset.time, dtype='int_')
/external/tensorflow/tensorflow/python/tools/
saved_model_cli.py
32
import
numpy
as np
248
input_tensor_key_feed_dict: A dictionary maps input keys to
numpy
ndarrays.
394
# ast.literal_eval does not work with
numpy
expressions
470
* File specified by 'filename' will be loaded using
numpy
.load. Inputs
474
When loading from a npy file, which always contains a
numpy
ndarray, the
489
*
numpy
module is available as np.
494
A dictionary that maps input tensor keys to
numpy
ndarrays.
498
multiple
numpy
ndarrays, none of which matches the given key.
500
more than one
numpy
ndarrays.
528
# Check if npz file only contains a single
numpy
ndarray
[
all
...]
Completed in 777 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>