Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dset_kernels.cc53 Status GroupShape(const VarDimArray& input_shape, ShapeArray* grouped_shape) { in GroupShape() argument
60 *grouped_shape = ShapeArray(input_shape.begin(), input_shape.end() - 1); in GroupShape()