Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/signal/
Dfft_ops.py24 from tensorflow.python.framework import tensor_util as _tensor_util unknown
66 fft_shape = _tensor_util.constant_value_as_shape(fft_length)
138 fft_length_static = _tensor_util.constant_value(fft_length)
168 fft_length_static = _tensor_util.constant_value(fft_length)
344 fft_length_static = _tensor_util.constant_value(fft_length)
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py86 from tensorflow.python.framework import tensor_util as _tensor_util unknown
1024 tensor=_tensor_util.make_tensor_proto([-1], _dtypes.float32, [1])))