View source on GitHub |
Tensorflow vector utility functions.
Functions
cross(...)
: Computes the cross product between two tensors along an axis.
dot(...)
: Computes the dot product between two tensors along an axis.
reflect(...)
: Computes the reflection direction for an incident vector.