Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dinput_spec.py54 max_ndim=None, argument
63 self.max_ndim = max_ndim
71 ('max_ndim=' + str(self.max_ndim)) if self.max_ndim else '',
109 spec.max_ndim is not None):
125 if spec.max_ndim is not None:
127 if ndim is not None and ndim > spec.max_ndim:
130 'expected max_ndim=' + str(spec.max_ndim) +
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.layers.-input-spec.pbtxt7 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'ndim\', \'max_ndim\', \'min_ndim\', \'axes\'], v…
Dtensorflow.keras.layers.-input-spec.pbtxt7 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'ndim\', \'max_ndim\', \'min_ndim\', \'axes\'], v…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.-input-spec.pbtxt7 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'ndim\', \'max_ndim\', \'min_ndim\', \'axes\'], v…
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py129 max_ndim = max(input_ndims)
132 for _ in range(max_ndim - x_ndim):
/external/tensorflow/tensorflow/python/layers/
Dbase_test.py326 self.input_spec = input_spec.InputSpec(max_ndim=2)
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py1962 self.input_spec = input_spec.InputSpec(min_ndim=3, max_ndim=5)