Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for has_map_key (0.14 sec)

  1. tensorflow/cc/saved_model/fingerprinting_utils.cc

            if (a.at(i).has_index() && a.at(i).index() == b.at(i).index()) {
              matches += 1;
            }
            break;
          case ::tensorflow::proto_splitter::FieldIndex::KindCase::kMapKey:
            if (a.at(i).has_map_key()) {
              const ::tensorflow::proto_splitter::FieldIndex_MapKey& key =
                  b.at(i).map_key();
              const ::tensorflow::proto_splitter::FieldIndex_MapKey& chunked_key =
                  a.at(i).map_key();
    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