Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dlayer_utils.py76 allow_callables=False): argument
80 elif allow_callables and callable(input_data):
87 allowed_args += 'a `Callable`, ' if allow_callables else ''
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dtext_vectorization.py271 allow_callables=True)
280 allow_callables=True)