Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dset_kernels.cc393 ShapeArray group_shape_1; in GroupShapeFromInputs() local
394 TF_RETURN_IF_ERROR(GroupShape(shape1, &group_shape_1)); in GroupShapeFromInputs()
397 TF_RETURN_IF_ERROR(CheckShapesMatch(group_shape_1, group_shape_2)); in GroupShapeFromInputs()
398 *group_shape = group_shape_1; in GroupShapeFromInputs()