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.h75 size_t inst_hash = tensorflow::hash<const HloInstruction*>()(p.first); in operator() local
77 inst_hash = tensorflow::Hash64Combine(*index, inst_hash); in operator()
79 return inst_hash; in operator()