Searched refs:max_ndim (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/keras/engine/ |
D | input_spec.py | 79 max_ndim=None, argument 96 self.max_ndim = max_ndim 106 if self.axes and (self.ndim is not None or self.max_ndim is not None): 107 max_dim = (self.ndim if self.ndim else self.max_ndim) - 1 117 ('max_ndim=' + str(self.max_ndim)) if self.max_ndim else '', 127 'max_ndim': self.max_ndim, 224 if spec.max_ndim is not None: 226 if ndim is not None and ndim > spec.max_ndim: 229 'expected max_ndim=' + str(spec.max_ndim) +
|
D | input_spec_test.py | 56 spec = input_spec.InputSpec(max_ndim=5) 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 | merge.py | 130 max_ndim = max(input_ndims) 133 for _ in range(max_ndim - x_ndim):
|
/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | saved_model_test.py | 330 'a': keras.layers.InputSpec(max_ndim=3, axes={-1: 2}), 341 self.assertEqual(3, loaded.input_spec['a'].max_ndim)
|
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
D | base_test.py | 325 self.input_spec = input_spec.InputSpec(max_ndim=2)
|
/external/llvm-project/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/ |
D | saved_model.pbtxt | 8465 …pec\", \"config\": {\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_nd… 8507 …pec\", \"config\": {\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_nd… 8549 …pec\", \"config\": {\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_nd…
|
/external/llvm-project/llvm/lib/Analysis/models/inliner/ |
D | saved_model.pbtxt | 25214 …pec\", \"config\": {\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_nd… 26255 …pec\", \"config\": {\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_nd… 26297 …pec\", \"config\": {\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_nd… 26339 …pec\", \"config\": {\"dtype\": null, \"shape\": null, \"ndim\": null, \"max_ndim\": null, \"min_nd…
|