Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers.py178 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
189 child_input_shape = tf_utils.convert_shapes(child_input_shape)
194 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
198 child_output_shape = tf_utils.convert_shapes(
200 timesteps = tf_utils.convert_shapes(input_shape)
216 batch_size = tf_utils.convert_shapes(input_shape)
221 input_length = tf_utils.convert_shapes(input_shape)
258 input_length = tf_utils.convert_shapes(input_shape)
334 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
335 batch_size = tf_utils.convert_shapes(input_shape)
[all …]
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/utils/
Dtf_utils.py150 def convert_shapes(input_shape, to_tuples=True): function
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/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))
481 layer_input_shapes = tf_utils.convert_shapes(
485 layer_output_shapes = tf_utils.convert_shapes(
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)