Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1601 def Eigh(self, a, full_matrices=True): member in ComputationBuilder
1603 return self.Tuple(*ops.Eigh(a, full_matrices))
Dxla_client_test.py1376 c.Eigh(c.Constant(a), full_matrices=True)