Searched refs:inst_hash (Results 1 – 1 of 1) sorted by relevance
75 size_t inst_hash = tensorflow::hash<const HloInstruction*>()(p.first); in operator() local77 inst_hash = tensorflow::Hash64Combine(*index, inst_hash); in operator()79 return inst_hash; in operator()