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
»
is_integer
Edit on GitHub
is_integer
¶
tfsnippet.utils.
is_integer
(
x
)
¶
Test whether or not
x
is a Python or NumPy integer.
Parameters:
x
– The object to be tested.
Returns:
A boolean indicating whether
x
is a Python or NumPy integer.
Return type:
bool