Searched defs:TensorShapeIter (Results 1 – 1 of 1) sorted by relevance
35 class TensorShapeIter; variable334 TensorShapeIter(const Shape* shape, int d) : shape_(shape), d_(d) {} in TensorShapeIter() function