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

  /external/tensorflow/tensorflow/contrib/signal/python/kernel_tests/
window_ops_test.py 62 self._dtypes = [(dtypes.float16, 1e-2),
70 for tf_dtype, tol in self._dtypes:
99 for dtype, _ in self._dtypes:
  /external/tensorflow/tensorflow/python/ops/
spectral_ops.py 37 from tensorflow.python.framework import dtypes as _dtypes
57 return _ops.convert_to_tensor(fft_shape.as_list(), _dtypes.int32)
75 return _ops.convert_to_tensor(fft_length, _dtypes.int32)
130 input_tensor = _ops.convert_to_tensor(input_tensor, _dtypes.float32)
135 fft_length = _ops.convert_to_tensor(fft_length, _dtypes.int32)
148 input_tensor = _ops.convert_to_tensor(input_tensor, _dtypes.complex64)
153 fft_length = _ops.convert_to_tensor(fft_length, _dtypes.int32)
229 input = _ops.convert_to_tensor(input, dtype=_dtypes.float32)
data_flow_ops.py 28 from tensorflow.python.framework import dtypes as _dtypes
166 self._dtypes = dtypes
172 self._shapes = [tensor_shape.unknown_shape() for _ in self._dtypes]
241 return self._dtypes
290 for i, (val, dtype) in enumerate(zip(vals, self._dtypes)):
344 if self._queue_ref.dtype == _dtypes.resource:
438 if self._queue_ref.dtype == _dtypes.resource:
440 self._queue_ref, self._dtypes, name=name)
443 self._queue_ref, self._dtypes, name=name)
483 self._queue_ref, n=n, component_types=self._dtypes, name=name
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/python/
lite.py 39 from tensorflow.python.framework import dtypes as _dtypes
185 if input_tensor.dtype == _dtypes.float32:
187 elif input_tensor.dtype == _dtypes.int32:
189 elif input_tensor.dtype == _dtypes.int64:
  /external/tensorflow/tensorflow/contrib/training/python/training/
bucket_ops.py 47 _dtypes = input_py._dtypes variable
191 types = _dtypes([tensor_list])
  /external/tensorflow/tensorflow/python/summary/
summary.py 52 from tensorflow.python.framework import dtypes as _dtypes
242 sample_rate, dtype=_dtypes.float32, name='sample_rate')
  /external/tensorflow/tensorflow/python/training/
input.py 634 def _dtypes(tensor_list_list): function
751 types = _dtypes([tensor_list])
790 types = _dtypes(tensor_list_list)
    [all...]

Completed in 3271 milliseconds