HomeSort by relevance Sort by last modified time
    Searched refs:_ShapeTensor (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/ops/
stateless_random_ops.py 92 shape = random_ops._ShapeTensor(shape) # pylint: disable=protected-access
134 shape = random_ops._ShapeTensor(shape) # pylint: disable=protected-access
175 shape = random_ops._ShapeTensor(shape) # pylint: disable=protected-access
random_ops.py 38 def _ShapeTensor(shape):
74 shape_tensor = _ShapeTensor(shape)
124 shape_tensor = _ShapeTensor(shape)
173 shape_tensor = _ShapeTensor(shape)
239 shape = _ShapeTensor(shape)

Completed in 359 milliseconds