Class ov::pass::Hash#

class Hash : public ov::pass::ModelPass#

Hash transformation calculates hash value for ov::Model.

Public Functions

Hash(uint64_t &output_hash_value, bool skip_weights = false)#

Hash pass constructor.

Parameters:
  • output_hash_value – Reference to output value. By applying hash pass on function, resulting hash value will be set to this variable

  • skip_weights – If set to true, simplifies the hashing process by excluding weights values.