treeflow.tree.unrooted.tensorflow_unrooted_tree module

class treeflow.tree.unrooted.tensorflow_unrooted_tree.TensorflowUnrootedTree(topology: TensorflowTreeTopology, branch_lengths: Tensor)

Bases: AbstractUnrootedTree[Tensor, Tensor]

topology: TensorflowTreeTopology
branch_lengths: Tensor
with_branch_lengths(branch_lengths)
get_unrooted_tree() AbstractUnrootedTree
property taxon_count: TShapeType
property taxon_set: TaxonSet | None