Skip to content

Latest commit

 

History

History
executable file
·
45 lines (13 loc) · 1.59 KB

ClassTensorShapeIter.md

File metadata and controls

executable file
·
45 lines (13 loc) · 1.59 KB

Class tensorflow::TensorShapeIter

##Member Summary

##Member Details

tensorflow::TensorShapeIter::TensorShapeIter(const TensorShape *shape, int d)

bool tensorflow::TensorShapeIter::operator==(const TensorShapeIter &rhs)

bool tensorflow::TensorShapeIter::operator!=(const TensorShapeIter &rhs)

void tensorflow::TensorShapeIter::operator++()

TensorShapeDim tensorflow::TensorShapeIter::operator*()