Skip to content
Snippets Groups Projects
Commit aade0358 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

remove ndims from tensor type description

parent cb6c4478
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,6 @@ class Tensor(object):
Attributes:
dtype (DataType): Element data type for this Tensor
data (numpy ndarray of float32): Numpy container for data
ndims (int): Number of dimensions in array, 0 indicates scalar
dim_names (list of str): names associated with each dimension, e.g.
["N", "C", "H", "W"]
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment