Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/signal/
Dfft_ops.py22 from tensorflow.python.framework import dtypes as _dtypes unknown
41 return _ops.convert_to_tensor(fft_shape.as_list(), _dtypes.int32)
59 return _ops.convert_to_tensor(fft_length, _dtypes.int32)
117 input_tensor = _ops.convert_to_tensor(input_tensor, _dtypes.float32)
122 fft_length = _ops.convert_to_tensor(fft_length, _dtypes.int32)
136 input_tensor = _ops.convert_to_tensor(input_tensor, _dtypes.complex64)
141 fft_length = _ops.convert_to_tensor(fft_length, _dtypes.int32)
226 is_even = _math_ops.cast(1 - (fft_length[-1] % 2), _dtypes.complex64)
232 _array_ops.ones([_array_ops.rank(t) - 2], _dtypes.int32),
250 -2j * np.pi * _math_ops.cast(a * b, _dtypes.complex64) /
[all …]
Ddct_ops.py22 from tensorflow.python.framework import dtypes as _dtypes unknown
93 input = _ops.convert_to_tensor(input, dtype=_dtypes.float32)
97 axis_dim_float = _math_ops.cast(axis_dim, _dtypes.float32)
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py28 from tensorflow.python.framework import dtypes as _dtypes unknown
160 self._dtypes = dtypes
166 self._shapes = [tensor_shape.unknown_shape() for _ in self._dtypes]
240 return self._dtypes
289 for i, (val, dtype) in enumerate(zip(vals, self._dtypes)):
343 if self._queue_ref.dtype == _dtypes.resource:
443 if self._queue_ref.dtype == _dtypes.resource:
445 self._queue_ref, self._dtypes, name=name)
448 self._queue_ref, self._dtypes, name=name)
488 self._queue_ref, n=n, component_types=self._dtypes, name=name)
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dwindow_ops_test.py63 self._dtypes = [(dtypes.float16, 1e-2),
71 for tf_dtype, tol in self._dtypes:
102 for dtype, _ in self._dtypes:
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dprefetch_queue.py21 from tensorflow.python.framework import dtypes as _dtypes unknown
92 math_ops.cast(queue.size(), _dtypes.float32) * (1. / capacity))
/external/tensorflow/tensorflow/python/summary/
Dsummary.py41 from tensorflow.python.framework import dtypes as _dtypes unknown
225 sample_rate, dtype=_dtypes.float32, name='sample_rate')
260 if tensor.dtype != _dtypes.string:
/external/tensorflow/tensorflow/contrib/training/python/training/
Dbucket_ops.py47 _dtypes = input_py._dtypes variable
191 types = _dtypes([tensor_list])
/external/tensorflow/tensorflow/python/training/
Dinput.py660 def _dtypes(tensor_list_list): function
777 types = _dtypes([tensor_list])
817 types = _dtypes(tensor_list_list)
856 types = _dtypes([tensor_list])
898 types = _dtypes(tensor_list_list)
/external/tensorflow/tensorflow/lite/python/
Dlite.py55 from tensorflow.python.framework import dtypes as _dtypes unknown
249 if tensor.dtype != _dtypes.resource