Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for HashGraphDef (0.15 sec)

  1. tensorflow/cc/saved_model/fingerprinting_utils.cc

          uint64_t message_hash,
          HashFields(chunked_message, reader, chunks_info, field_tags, message));
      return FingerprintCat64(total_message_hash, message_hash);
    }
    
    absl::StatusOr<uint64_t> HashGraphDef(
        ::tensorflow::GraphDef* graph_def, const ChunkedMessage& chunked_message,
        riegeli::RecordReader<riegeli::FdReader<>>& reader,
        const std::vector<ChunkInfo>& chunks_info) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 22:19:55 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/fingerprinting_utils_test.cc

    namespace tensorflow::saved_model::fingerprinting {
    
    namespace {
    
    using fingerprinting_utils_internal::fieldTagMatches;
    using fingerprinting_utils_internal::HashFields;
    using fingerprinting_utils_internal::HashGraphDef;
    using fingerprinting_utils_internal::HashSavedObjectGraph;
    using fingerprinting_utils_internal::HashSignatureDef;
    using fingerprinting_utils_internal::PruneChunkedMessage;
    using fingerprinting_utils_internal::SerializeProto;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 22:19:55 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/fingerprinting_utils.h

        const RepeatedPtrField<::tensorflow::proto_splitter::FieldIndex>&
            field_tags);
    
    // Hashes the contents of `graph_def`.
    absl::StatusOr<uint64_t> HashGraphDef(
        tensorflow::GraphDef* graph_def,
        const ::tensorflow::proto_splitter::ChunkedMessage& chunked_message,
        riegeli::RecordReader<riegeli::FdReader<>>& reader,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 22:19:55 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top