Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for has_tuple_value (0.19 sec)

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

      // Note(bmzhao): canonicalized_input_signature should be a tuple of
      // (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)
Back to top