Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for field_tag_size (0.12 sec)

  1. tensorflow/cc/saved_model/fingerprinting_utils.cc

        for (const auto& target_fields : target_fields_list) {
          TF_ASSIGN_OR_RETURN(
              int matches,
              fieldTagMatches(chunked_field.field_tag(), target_fields));
          if (matches == chunked_field.field_tag_size()) {
            // chunked_field_tags is an initial subsequence of target_fields, which
            // means the chunked_field is relevant and the necessary data should be
            // copied over.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 22:19:55 UTC 2024
    - 20.2K bytes
    - Viewed (0)
Back to top