tile¶
- dragon.vm.tensorflow.- tile(
 input,
 multiples,
 name=None
 )[source]¶
- Tile input according to the given repeats. - Parameters:
- input (dragon.Tensor) – The input tensor.
- multiples (Sequence[Union[int, dragon.Tensor]]) – The number of repetitions for each axis.
- name (str, optional) – The operation name.
 
 - Returns:
- dragon.Tensor – The output tensor. 
 
