HomeSort by relevance Sort by last modified time
    Searched refs:empty_values (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
sparse_tensors_map_ops.cc 313 Tensor empty_values(DataTypeToEnum<T>::value, {0});
314 SparseTensor empty_st(empty_indices, empty_values, output_shape);
  /external/tensorflow/tensorflow/python/data/kernel_tests/
dataset_constructor_op_test.py 335 empty_values = np.empty((0,), dtype=np.float64)
337 sparse_feed = sparse_tensor.SparseTensorValue(empty_indices, empty_values,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 934 empty_values = (b"", None)
951 if chunk in empty_values:
    [all...]
  /external/python/cpython2/Lib/
_pyio.py 953 empty_values = (b"", None)
970 if chunk in empty_values:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py 946 empty_values = (b"", None)
963 if chunk in empty_values:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py 946 empty_values = (b"", None)
963 if chunk in empty_values:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 946 empty_values = (b"", None)
963 if chunk in empty_values:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 946 empty_values = (b"", None)
963 if chunk in empty_values:
    [all...]
  /external/python/cpython3/Objects/
dictobject.c 431 static PyObject *empty_values[1] = { NULL }; variable
    [all...]
  /external/python/cpython3/Lib/
_pyio.py     [all...]

Completed in 385 milliseconds