Searched refs:temporal_padding (Results 1 – 6 of 6) sorted by relevance
149 from tensorflow.python.keras.backend import temporal_padding
528 name: "temporal_padding"
532 name: "temporal_padding"
2654 def temporal_padding(x, padding=(1, 1)): function4237 x = temporal_padding(x, (left_pad, 0))
553 compare_single_input_op_to_numpy(keras.backend.temporal_padding,
2086 return backend.temporal_padding(inputs, padding=self.padding)