Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Drandom_ops.py550 def _maybe_set_static_shape_helper(tensor, shape, postfix_tensor): argument
556 postfix_tensor = ops.convert_to_tensor(postfix_tensor)
557 tensor.set_shape(const_shape.concatenate(postfix_tensor.shape))