Home
last modified time | relevance | path

Searched refs:to_tuples (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils.py150 def convert_shapes(input_shape, to_tuples=True): argument
193 if to_tuples:
272 input_shape = convert_shapes(input_shape, to_tuples=True)
276 output_shape = convert_shapes(output_shape, to_tuples=False)
/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers.py178 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
194 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
199 child_output_shape, to_tuples=False)
334 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
559 state_shape = tf_utils.convert_shapes(output_shape[1:], to_tuples=False)
560 output_shape = tf_utils.convert_shapes(output_shape[0], to_tuples=False)
562 output_shape = tf_utils.convert_shapes(output_shape, to_tuples=False)
Dcore.py890 return tf_utils.convert_shapes(output_shapes, to_tuples=False)
893 input_tensor_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
899 output_shapes = tf_utils.convert_shapes(self._output_shape, to_tuples=False)
/external/tensorflow/tensorflow/python/keras/engine/
Dfunctional.py432 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
442 cache_key = tuple(tf_utils.convert_shapes(input_shape, to_tuples=True))
482 layer_input_shapes, to_tuples=True)
486 layer_output_shapes, to_tuples=False)
Dbase_layer.py768 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
2713 input_shapes = tf_utils.convert_shapes(inputs, to_tuples=False)
2744 output_shapes = tf_utils.convert_shapes(output_shapes, to_tuples=False)
Dbase_layer_v1.py563 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)