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

  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_util.py 145 repeats.shape.with_rank_at_most(1)
ragged_tensor_shape.py 116 dimension_size.shape.with_rank_at_most(1)
ragged_tensor.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
common_shapes.py 99 return [op.inputs[0].get_shape().with_rank_at_most(rank)]
tensor_shape.py 993 def with_rank_at_most(self, rank): member in class:TensorShape
    [all...]
  /external/tensorflow/tensorflow/python/ops/
metrics_impl.py 226 numerator.get_shape().with_rank_at_most(1)
227 denominator.get_shape().with_rank_at_most(1)
    [all...]
  /external/tensorflow/tensorflow/contrib/metrics/python/ops/
metric_ops.py     [all...]

Completed in 136 milliseconds