Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFactories (0.05 sec)

  1. tensorflow/c/eager/c_api_unified_experimental.cc

      GetFactories()[name] = factory;
    }
    
    absl::Status SetDefaultTracingEngine(const char* name) {
      auto entry = GetFactories().find(name);
      if (entry != GetFactories().end()) {
        default_factory = GetFactories().find(name)->second;
        return absl::OkStatus();
      }
      string msg = absl::StrCat(
          "No tracing engine factory has been registered with the key '", name,
          "' (available: ");
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top