Searched defs:x_ty (Results 1 – 2 of 2) sorted by relevance
220 RankedTensorType x_ty = GetRankedTensorTypeForOperand(op.x()); in Verify() local2467 auto x_ty = op.x().getType().template dyn_cast<RankedTensorType>(); in flipComatibleShapeError() local2711 auto x_ty = x().getType().cast<TensorType>(); in GetOptimalLayout() local2775 auto x_ty = op->x().getType().template cast<TensorType>(); in GetOptimalLayout() local
1051 def test_for_dtypes(x_ty, v_ty, i_ty, message): argument