Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Svd (0.3 sec)

  1. tensorflow/compiler/jit/compilability_check_util.cc

    bool RecursiveCompilabilityChecker::OpIsInaccurate(const Node& node) const {
      // b/127344411: SelfAdjointEigV2 and Svd precision issues.
      return node.type_string() == "SelfAdjointEigV2" ||
             node.type_string() == "Svd";
    }
    
    bool RecursiveCompilabilityChecker::OpIsSlow(const Node& node) const {
      // b/128001705: SelfAdjointEigV2 and Svd performance issues.
      // b/135640736: MatrixInverse performance issues.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top