Home
last modified time | relevance | path

Searched refs:inst_hash (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.h79 size_t inst_hash = tensorflow::hash<const HloInstruction*>()(p.first); in operator() local
81 inst_hash = tensorflow::Hash64Combine(*index, inst_hash); in operator()
83 return inst_hash; in operator()