Home
last modified time | relevance | path

Searched refs:IsFullAt (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.cc87 if (!IsFullAt(d)) return false; in IsFull()
117 if (!IsFullAt(d)) { in AsProto()
131 if (IsFullAt(d)) { in DebugString()
155 if (IsFullAt(d)) { in Intersect()
160 } else if (other.IsFullAt(d)) { in Intersect()
200 if (IsFullAt(d)) { in ComputeRelative()
215 if (!IsFullAt(d)) { in UpdateToCover()
216 if (other.IsFullAt(d)) { in UpdateToCover()
248 if (IsFullAt(d)) { in SliceTensorShape()
Dtensor_slice.h97 bool IsFullAt(int d) const { in IsFullAt() function
208 if (IsFullAt(d)) { in FillIndicesAndSizes()