Module: tfg.math.vector

Stay organized with collections Save and categorize content based on your preferences.

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.