Home
last modified time | relevance | path

Searched defs:TensorShapeIter (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h35 class TensorShapeIter; variable
334 TensorShapeIter(const Shape* shape, int d) : shape_(shape), d_(d) {} in TensorShapeIter() function