MCPcopy Create free account
hub / github.com/cogentcore/core / DimSize

Method DimSize

tensor/tensor.go:42–42  ·  view source on GitHub ↗

DimSize returns size of given dimension

(dim int)

Source from the content-addressed store, hash-verified

40
41 // DimSize returns size of given dimension
42 DimSize(dim int) int
43
44 // RowCellSize returns the size of the outer-most Row shape dimension,
45 // and the size of all the remaining inner dimensions (the "cell" size).

Callers 15

plotXAxisMethod · 0.65
DimSizeMethod · 0.65
Projection2DShapeFunction · 0.65
Projection2DIndexFunction · 0.65
DimSizeMethod · 0.65
DimsMethod · 0.65
SymmetricMethod · 0.65
SymmetricDimMethod · 0.65
WriteCSVFunction · 0.65
MinSizeMethod · 0.65
RenderMethod · 0.65
TestAdd3DColFunction · 0.65

Implementers 1

Bitstensor/bits.go

Calls

no outgoing calls

Tested by 2

TestAdd3DColFunction · 0.52
TestReadTableDatFunction · 0.52