Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for canonicalized_input_signature (0.42 sec)

  1. tensorflow/c/experimental/saved_model/core/revived_types/partially_revived_objects.cc

      // (args, kwargs), where args is an empty tuple, and kwargs is a dictionary of
      // string keys to TensorSpecs.
      if (!canonicalized_input_signature.has_tuple_value()) {
        return absl::FailedPreconditionError(absl::StrCat(
            "SignatureDefFunction's canonicalized_input_signature should be "
            "of form tuple(tuple(), dict()), but was instead: \n",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 09 20:11:48 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/core/saved_model_utils.cc

      // conditions 2 and 3 are trivially satisfied.
      // We need to ensure that:
      // flatten(input_signature).size() + captures.size() = fdef.signature().size()
      // A concrete function's serialized "canonicalized_input_signature" comes
      // from encoding its "structured_input_signature" field:
      // https://github.com/tensorflow/tensorflow/blob/1c064ab76064c58e54261b805027474885a1534d/tensorflow/python/saved_model/function_serialization.py#L70-L71
    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