Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dinput_spec.py79 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) +
Dinput_spec_test.py56 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/
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/
Dmerge.py130 max_ndim = max(input_ndims)
133 for _ in range(max_ndim - x_ndim):
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsaved_model_test.py330 '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/
Dbase_test.py325 self.input_spec = input_spec.InputSpec(max_ndim=2)
/external/llvm-project/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/
Dsaved_model.pbtxt8465 …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/
Dsaved_model.pbtxt25214 …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…