Home
last modified time | relevance | path

Searched defs:ndarray (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder_test.py39 def _EncodedFloatFeature(self, ndarray): argument
43 def _EncodedInt64Feature(self, ndarray): argument
56 def _BytesFeature(self, ndarray): argument
Dtest_utils.py33 def _encoded_int64_feature(ndarray): argument
/external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
Dtensor_jni.cc132 jobjectArray ndarray = static_cast<jobjectArray>(dst); in readMultiDimensionalArray() local
190 jobjectArray ndarray = static_cast<jobjectArray>(src); in writeMultiDimensionalArray() local
/external/tensorflow/tensorflow/java/src/main/native/
Dtensor_jni.cc190 jobjectArray ndarray = static_cast<jobjectArray>(src); in writeNDArray() local
209 jobjectArray ndarray = static_cast<jobjectArray>(dst); in readNDArray() local
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc373 Status PyArrayToTF_Tensor(PyObject* ndarray, Safe_TF_TensorPtr* out_tensor) { in PyArrayToTF_Tensor()
/external/python/cpython3/Lib/test/
Dtest_buffer.py27 ndarray = None variable