We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Flags
1 parent 93d8f48 commit a8af625Copy full SHA for a8af625
docs/doc_sources/api_reference/dpctl/flags.rst
@@ -3,7 +3,8 @@
3
``Flags`` class
4
===================
5
6
-Helper class for querying information about the memory layout of an array.
+.. autoclass:: dpctl.tensor._flags.Flags
7
+ :members:
8
9
Note that dictionary-like access to some members is permitted:
10
@@ -19,6 +20,3 @@ Helper class for querying information about the memory layout of an array.
19
20
Equivalent to `fnc`
21
"FORC", "CONTIGUOUS":
22
Equivalent to `forc` and `contiguous`
-
23
-.. autoclass:: dpctl.tensor._flags.Flags
24
- :members:
0 commit comments