TFSnippet
latest
  • API Docs
    • tfsnippet
    • tfsnippet.dataflows
    • tfsnippet.datasets
    • tfsnippet.layers
    • tfsnippet.ops
    • tfsnippet.preprocessing
    • tfsnippet.utils
      • tfsnippet.utils Package
        • Functions
        • Classes
        • Class Inheritance Diagram
TFSnippet
  • Docs »
  • API Docs »
  • tfsnippet.utils »
  • print_as_table
  • Edit on GitHub

print_as_table¶

tfsnippet.utils.print_as_table(title, key_values, hr='=')¶

Print a key-value sequence as a table.

Parameters:
  • title – Title of the table.
  • key_values – Dict, or key-value sequence.
  • hr – Character for the horizon line.
Next Previous

© Copyright 2017, Haowen Xu Revision 63adaf04.

Built with Sphinx using a theme provided by Read the Docs.