Skip to content
Snippets Groups Projects
Commit 2bdd9743 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[docs] document Generator properties

parent 66b10575
No related branches found
No related tags found
1 merge request!89Cleanup
......@@ -76,10 +76,12 @@ class Generator:
@property
def output_types(self):
"The types of the returned samples."
return self._output_types
@property
def output_shapes(self):
"The shapes of the returned samples."
return self._output_shapes
def __call__(self):
......
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