Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for go_functions (0.13 sec)

  1. tensorflow/c/experimental/saved_model/core/tf_saved_model_api.cc

      if (*function == nullptr) {
        return errors::NotFound("No function found at path ", function_path);
      }
    
      return Status();
    }
    
    Status TFSavedModelAPI::GetFunctions(
        int node_id,
        absl::flat_hash_map<std::string, ConcreteFunction*>* functions) {
      const auto& nodes = bundle_.saved_object_graph().nodes();
      if (node_id >= nodes.size()) {
        return errors::OutOfRange(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 09:34:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top