Searched refs:labels_batches (Results 1 – 2 of 2) sorted by relevance
1381 int64_t labels_batches = labels_ty.getDimSize(0); in Verify() local1383 !ShapedType::isDynamic(labels_batches) && in Verify()1384 features_batches != labels_batches) in Verify()
1986 labels_batches = labels.reshape((batch_size, num_batches))1996 tf_label = constant_op.constant(labels_batches[:, i])