Searched refs:min_ndim (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/keras/engine/ |
D | input_spec.py | 80 min_ndim=None, argument 97 self.min_ndim = min_ndim 118 ('min_ndim=' + str(self.min_ndim)) if self.min_ndim else '', 128 'min_ndim': self.min_ndim, 231 if spec.min_ndim is not None: 233 if ndim is not None and ndim < spec.min_ndim: 236 ': expected min_ndim=' + str(spec.min_ndim) +
|
D | input_spec_test.py | 60 spec = input_spec.InputSpec(min_ndim=5, max_ndim=5)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.layers.-input-spec.pbtxt | 7 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'ndim\', \'max_ndim\', \'min_ndim\', \'axes\', \'…
|
D | tensorflow.layers.-input-spec.pbtxt | 7 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'ndim\', \'max_ndim\', \'min_ndim\', \'axes\', \'…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.layers.-input-spec.pbtxt | 7 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'ndim\', \'max_ndim\', \'min_ndim\', \'axes\', \'…
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | core.py | 657 self.input_spec = InputSpec(min_ndim=1) 1171 self.input_spec = InputSpec(min_ndim=2) 1185 self.input_spec = InputSpec(min_ndim=2, axes={-1: last_dim})
|
D | convolutional.py | 163 self.input_spec = InputSpec(min_ndim=self.rank + 2) 219 self.input_spec = InputSpec(min_ndim=self.rank + 2,
|
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
D | base_test.py | 302 self.input_spec = input_spec.InputSpec(min_ndim=2)
|
/external/llvm-project/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/ |
D | saved_model.pbtxt | 8465 …\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_ndim\": 2, \"axes\": {… 8507 …\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_ndim\": 2, \"axes\": {… 8549 …\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_ndim\": 2, \"axes\": {…
|
/external/llvm-project/llvm/lib/Analysis/models/inliner/ |
D | saved_model.pbtxt | 25214 …\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_ndim\": 2, \"axes\": {… 26255 …\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_ndim\": 1, \"axes\": {… 26297 …\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_ndim\": 2, \"axes\": {… 26339 …\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_ndim\": 2, \"axes\": {…
|