Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SymbolicGradient (0.15 sec)

  1. tensorflow/compiler/jit/compilability_check_util.cc

        const Node& node, string* uncompilable_reason) const {
      // There is a SymbolicGradient kernel on the XLA_JIT device, but the gradient
      // is really a kind of function call and will be handled by
      // IsCompilableCall().
      if (node.type_string() == "SymbolicGradient") {
        *uncompilable_reason =
            "SymbolicGradient should be handled by IsCompilableCall().";
        return false;
      }
    
    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