Searched refs:convert_shapes (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/ |
D | wrappers.py | 178 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 …]
|
D | core.py | 890 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/ |
D | tf_utils.py | 150 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/ |
D | functional.py | 432 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(
|
D | base_layer.py | 768 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)
|
D | base_layer_v1.py | 563 input_shape = tf_utils.convert_shapes(input_shape, to_tuples=False)
|