Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc1378 auto labels_ty = op.labels().getType().dyn_cast<RankedTensorType>(); in Verify() local
1379 if (features_ty && labels_ty) { in Verify()
1381 int64_t labels_batches = labels_ty.getDimSize(0); in Verify()