Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dset_kernels.cc395 ShapeArray group_shape_2; in GroupShapeFromInputs() local
396 TF_RETURN_IF_ERROR(GroupShape(shape2, &group_shape_2)); in GroupShapeFromInputs()
397 TF_RETURN_IF_ERROR(CheckShapesMatch(group_shape_1, group_shape_2)); in GroupShapeFromInputs()