Home
last modified time | relevance | path

Searched refs:_count_nonzero (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dnn_impl.py440 def _count_nonzero(input_tensor, dtype=dtypes.int64): function
489 _count_nonzero(value, dtype=dtypes.int32),
491 false_fn=lambda: _count_nonzero(value, dtype=dtypes.int64))