Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dinput_spec.py259 ' but received input with shape ' + display_shape(x.shape))
274 ', found shape=' + display_shape(x.shape))
277 def display_shape(shape): function