Searched refs:create_zeros (Results 1 – 1 of 1) sorted by relevance
3012 def create_zeros(unnested_state_size): function3018 return nest.map_structure(create_zeros, state_size)3020 return create_zeros(state_size)