Searched refs:get_input_spec (Results 1 – 1 of 1) sorted by relevance
545 def get_input_spec(shape): function575 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))