Searched refs:tile_input (Results 1 – 1 of 1) sorted by relevance
289 def func(tile_input): argument290 string_tensor = array_ops.tile([["hello"]], tile_input)291 bool_tensor = array_ops.tile([[True]], tile_input)