Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RegisterNotDifferentiable (0.1 seconds)

  1. tensorflow/c/eager/gradients.cc

        return absl::InvalidArgumentError(absl::StrCat(
            "Provided null gradient_function for '", op_type, "'.\n",
            "If the intent is to treat this op as non-differentiable consider ",
            "using RegisterNotDifferentiable or ",
            "NotDifferentiableGradientFunction."));
      }
      return gradient_function->Compute(ctx_, output_gradients, result);
    }
    
    absl::Status TapeVSpace::BuildOnesLike(const TapeTensor& t,
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Feb 24 06:18:31 GMT 2026
    - 19.6K bytes
    - Click Count (0)
Back to Top