MCPcopy Create free account
hub / github.com/apache/singa / nDim

Method nDim

include/singa/core/tensor.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 size_t nDim() const { return shape_.size(); }
101
102 size_t n_dim() const { return shape_.size(); }
103

Callers 15

forwardMethod · 0.80
forwardMethod · 0.80
ndimMethod · 0.80
RepeatDataToFromFunction · 0.80
SoftMaxFunction · 0.80
SoftMaxBackwardFunction · 0.80
AddColumnFunction · 0.80
AddRowFunction · 0.80
ConcatenateRowsFunction · 0.80
ConcatenateColumnsFunction · 0.80
CopyColumnsFunction · 0.80
MultColumnFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected