Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GradientFunctionFactory (0.08 seconds)

  1. tensorflow/c/eager/gradients.cc

      *result = outputs[0];
      return absl::OkStatus();
    }
    }  // namespace
    
    absl::Status GradientRegistry::Register(
        const string& op_name, GradientFunctionFactory gradient_function_factory) {
      auto iter = registry_.find(op_name);
      if (iter != registry_.end()) {
        return absl::AlreadyExistsError(
            absl::StrCat("Gradient already exists for op: ", op_name, "."));
      }
    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