Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateSingleConcreteFunction (0.5 sec)

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

      }
    
      for (const auto& child : signatures->children()) {
        (*signatures_map)[child.local_name()] = child.node_id();
      }
      return Status();
    }
    
    Status ValidateSingleConcreteFunction(const SavedFunction& saved_function) {
      // We only allow loading functions that have an annotated input signature,
      // which means there is 1:1 correspondence between tf.function
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 12 19:17:46 UTC 2023
    - 24K bytes
    - Viewed (0)
Back to top