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

Method StringRowCell

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

StringRowCell 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

99 // StringRowCell returns the value at given row and cell, where row is outer-most dim,
100 // and cell is 1D index into remaining inner dims. For Table columns
101 StringRowCell(row, cell int) string
102
103 // SetStringRowCell sets the value at given row and cell, where row is outer-most dim,
104 // and cell is 1D index into remaining inner dims. For Table columns

Callers 1

TestTensorStringFunction · 0.65

Implementers 1

Bitstensor/bits.go

Calls

no outgoing calls

Tested by 1

TestTensorStringFunction · 0.52