Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dbackend.py3398 def _expand_mask(mask_t, input_t, fixed_dim=1): function
3444 tiled_mask_t = _expand_mask(mask_t, output)
3456 tiled_mask_t = _expand_mask(mask_t, new_state)
3467 _expand_mask(mask_list[-1], last_output),
3471 _expand_mask(mask, outputs, fixed_dim=2),
3570 tiled_mask_t = tuple(_expand_mask(mask_t, o) for o in flat_output)
3580 tiled_mask_t = tuple(_expand_mask(mask_t, s) for s in flat_state)