Searched refs:_validate_dct_arguments (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/signal/ |
D | dct_ops.py | 31 def _validate_dct_arguments(input_tensor, dct_type, n, axis, norm): function 89 _validate_dct_arguments(input, type, n, axis, norm) 190 _validate_dct_arguments(input, type, n, axis, norm)
|