TypeTensor - v0.1.0
Preparing search index...
@typetensor/core
DefaultLayoutFlags
Interface DefaultLayoutFlags
Default layout flags for newly created tensors
interface
DefaultLayoutFlags
{
aligned
:
true
;
c_contiguous
:
true
;
f_contiguous
:
false
;
is_view
:
false
;
writeable
:
true
;
}
Hierarchy (
View Summary
)
LayoutFlags
DefaultLayoutFlags
Index
Properties
aligned
c_
contiguous
f_
contiguous
is_
view
writeable
Properties
Readonly
aligned
aligned
:
true
Readonly
c_
contiguous
c_contiguous
:
true
Readonly
f_
contiguous
f_contiguous
:
false
Readonly
is_
view
is_view
:
false
Readonly
writeable
writeable
:
true
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aligned
c_
contiguous
f_
contiguous
is_
view
writeable
TypeTensor - v0.1.0
Loading...
Default layout flags for newly created tensors