Searched refs:features_ty (Results 1 – 1 of 1) sorted by relevance
1377 auto features_ty = op.features().getType().dyn_cast<RankedTensorType>(); in Verify() local1379 if (features_ty && labels_ty) { in Verify()1380 int64_t features_batches = features_ty.getDimSize(0); in Verify()