Normally methods/parameters starting with "_" are private. However in a tutorial we do: `tf.geom.utils._DCONFIG_TABLE.keys` it looks to me like there should be a function `tf.geom.utils.get_all_configs_key()` for example.
Normally methods/parameters starting with "_" are private.
However in a tutorial we do:
tf.geom.utils._DCONFIG_TABLE.keysit looks to me like there should be a function
tf.geom.utils.get_all_configs_key()for example.