Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent.py545 def get_input_spec(shape): function
575 self.input_spec[0] = get_input_spec(input_shape)
577 self.input_spec = [get_input_spec(input_shape)]
581 self.input_spec[0] = nest.map_structure(get_input_spec, input_shape)
584 nest.map_structure(get_input_spec, input_shape))