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

Method FloatRowCell

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

FloatRowCell returns the value at given row and cell, where row is outer-most dim, and cell is 1D index into remaining inner dims. For Table columns.

(row, cell int)

Source from the content-addressed store, hash-verified

76 // FloatRowCell returns the value at given row and cell, where row is outer-most dim,
77 // and cell is 1D index into remaining inner dims. For Table columns.
78 FloatRowCell(row, cell int) float64
79
80 // SetFloatRowCell sets the value at given row and cell, where row is outer-most dim,
81 // and cell is 1D index into remaining inner dims. For Table columns.

Callers 7

tRowValueMethod · 0.65
ValueMethod · 0.65
tRowXValueMethod · 0.65
xValueMethod · 0.65
YErrorMethod · 0.65
TestTensorFloat64Function · 0.65
RunMethod · 0.65

Implementers 1

Bitstensor/bits.go

Calls

no outgoing calls

Tested by 1

TestTensorFloat64Function · 0.52