Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h253 return RemoveDimRangeWithStatus(d, d + 1); in RemoveDimWithStatus()
270 return RemoveDimRangeWithStatus(dims() - n, dims()); in RemoveLastDimsWithStatus()
283 Status RemoveDimRangeWithStatus(int begin, int end);
Dtensor_shape.cc651 Status TensorShapeBase<Shape>::RemoveDimRangeWithStatus(int begin, int end) { in RemoveDimRangeWithStatus() function in tensorflow::TensorShapeBase