DataMapper¶
-
class
tfsnippet.dataflows.DataMapper¶ Bases:
objectBase class for all data mappers.
A
DataMapperis a callable object, which maps input arrays into outputs arrays. Instances ofDataMapperare usually used as themapperof atfsnippet.dataflows.MapperFlow.Methods Summary
__call__(*arrays)Transform the input arrays into outputs. Methods Documentation