MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / dims

Method dims

tensorflow/core/framework/tensor_slice.h:69–69  ·  view source on GitHub ↗

Accessors

Source from the content-addressed store, hash-verified

67
68 // Accessors
69 int dims() const { return starts_.size(); }
70
71 int64 start(int d) const {
72 DCHECK_GE(d, 0);

Callers 1

FillIndicesAndSizesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected