Home
last modified time | relevance | path

Searched defs:SignatureHashCombiner (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.cc116 struct SignatureHashCombiner { struct
117 explicit SignatureHashCombiner(const uint64 h) : h(h) {} in SignatureHashCombiner() argument
118 uint64 h;
119 uint64 operator()(const Tensor& arg) { in operator ()()
128 uint64 operator()(const TensorTypeAndShape& arg) { in operator ()()