Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SavedConcreteFunction (1.02 sec)

  1. tensorflow/cc/saved_model/fingerprinting.cc

    absl::StatusOr<uint64_t> RegularizeAndHashSavedObjectGraph(
        const SavedObjectGraph& object_graph_def) {
      // Sort `concrete_functions`, which is an unordered map from function names to
      // SavedConcreteFunction, using the suffix UID of the function name. Assumes
      // that the trackable children are listed in a deterministic order during
      // serialization.
      absl::btree_map<int64_t, std::string> uid_to_function_names;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 26 00:24:44 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          // We only allow a single input signature to each SavedFunction.
          // This assumption means we have a 1:1 correspondence between
          // tf.function <=> SavedFunction <=> SavedConcreteFunction <=> FunctionDef
          // This makes defining the ABI easier (or even well-defined at all).
          // TODO(silvasean): How to detect a function that doesn't have an
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top