Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dsvd.cc734 StatusOr<SVDResult> SortBySingularValuesAndPostProcessing(SVDResult result) { in SortBySingularValuesAndPostProcessing() function
883 svd_result_or = SortBySingularValuesAndPostProcessing(svd_result); in SVD()