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

Method IsFull

tensorflow/core/framework/tensor_slice.cc:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool TensorSlice::IsFull() const {
117 for (int d = 0; d < dims(); ++d) {
118 if (!IsFullAt(d)) return false;
119 }
120 return true;
121}
122
123void TensorSlice::SetFullSlice(int dim) {
124 Clear();

Callers 3

TESTFunction · 0.45
IsFullSliceFunction · 0.45
GetSliceValueMethod · 0.45

Calls 1

dimsFunction · 0.85

Tested by 1

TESTFunction · 0.36