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

Method IsFullAt

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

If we have a full slice along dimension "d".

Source from the content-addressed store, hash-verified

101
102 // If we have a full slice along dimension "d".
103 bool IsFullAt(int d) const {
104 return lengths_[d] == kFullExtent && starts_[d] == 0;
105 }
106
107 // If this is a full slice, i.e. IsFullAt(d) for every d.
108 bool IsFull() const;

Callers 2

IntersectMethod · 0.80
UpdateToCoverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected