Searched refs:RemoveDimRangeWithStatus (Results 1 – 2 of 2) sorted by relevance
253 return RemoveDimRangeWithStatus(d, d + 1); in RemoveDimWithStatus()270 return RemoveDimRangeWithStatus(dims() - n, dims()); in RemoveLastDimsWithStatus()283 Status RemoveDimRangeWithStatus(int begin, int end);
651 Status TensorShapeBase<Shape>::RemoveDimRangeWithStatus(int begin, int end) { in RemoveDimRangeWithStatus() function in tensorflow::TensorShapeBase