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