Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc729 LocalOp ComputationBuilder::Eigh(const LocalOp& a, bool lower) { in Eigh() function in xla::swig::ComputationBuilder
Dxla_client.py1767 def Eigh(self, a, full_matrices=True): member in ComputationBuilder