From cbba4bf2005ce129691d358a2d7475c5132e39e0 Mon Sep 17 00:00:00 2001 From: MathieuCarriere Date: Mon, 28 Feb 2022 08:41:38 +0100 Subject: changed doc + added tensorflow indexing --- src/python/gudhi/tensorflow/cubical_layer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/gudhi/tensorflow/cubical_layer.py') diff --git a/src/python/gudhi/tensorflow/cubical_layer.py b/src/python/gudhi/tensorflow/cubical_layer.py index 99d02d66..369b0e54 100644 --- a/src/python/gudhi/tensorflow/cubical_layer.py +++ b/src/python/gudhi/tensorflow/cubical_layer.py @@ -35,7 +35,7 @@ def _Cubical(Xflat, Xdim, dimensions): class CubicalLayer(tf.keras.layers.Layer): """ - TensorFlow layer for computing cubical persistence out of a cubical complex + TensorFlow layer for computing the persistent homology of a cubical complex """ def __init__(self, dimensions, min_persistence=None, **kwargs): """ -- cgit v1.2.3