packagingΒΆ
A collection of methods for packaging and unpackaging varaibles into a single tensor.
Functions
Packs the list of input tensors into a single TensorFlow tensor. |
|
Takes the last axis of a real tensor and takes the first entry as the real part and the second as the imaginary. |
|
Unpacks an input iterable x into TensorFlow tensors of the given shapes. |
|
Takes a complex tensor and splits it into the real and imaginary parts as the final axis. |
Classes
A class that allows for a view of an iterable to be popped. |