Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py2439 any(map(self._should_cast_single_input, input_list))):
2445 def _should_cast_single_input(self, x): member in Layer
2453 if self._should_cast_single_input(x):