Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dfunctional.py283 shape=shape_with_no_batch_size(self._nested_inputs[name]),
289 shape=shape_with_no_batch_size(x), allow_last_axis_squeeze=True,
1403 def shape_with_no_batch_size(x): function