Home
last modified time | relevance | path

Searched refs:batch_matrix_pow (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dmath_utils.py185 return batch_matrix_pow(matrix_tiled, powers)
188 def batch_matrix_pow(matrices, powers): function
Dmath_utils_test.py85 math_utils.batch_matrix_pow(batch, powers).eval(),