Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dinput_spec.py80 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) +
Dinput_spec_test.py60 spec = input_spec.InputSpec(min_ndim=5, max_ndim=5)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.-input-spec.pbtxt7 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'ndim\', \'max_ndim\', \'min_ndim\', \'axes\', \'…
Dtensorflow.layers.-input-spec.pbtxt7 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'ndim\', \'max_ndim\', \'min_ndim\', \'axes\', \'…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.-input-spec.pbtxt7 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'ndim\', \'max_ndim\', \'min_ndim\', \'axes\', \'…
/external/tensorflow/tensorflow/python/keras/layers/
Dcore.py657 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})
Dconvolutional.py163 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/
Dbase_test.py302 self.input_spec = input_spec.InputSpec(min_ndim=2)
/external/llvm-project/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/
Dsaved_model.pbtxt8465 …\"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/
Dsaved_model.pbtxt25214 …\"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\": {…