Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc1377 auto features_ty = op.features().getType().dyn_cast<RankedTensorType>(); in Verify() local
1379 if (features_ty && labels_ty) { in Verify()
1380 int64_t features_batches = features_ty.getDimSize(0); in Verify()