Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.cc97 struct SignatureNotEqual { struct
98 bool operator()(const Tensor& arg, const Tensor& other) { in operator ()()
102 bool operator()(const TensorTypeAndShape& arg, in operator ()()
106 bool operator()(const Tensor& arg, const TensorTypeAndShape& other) { in operator ()()
109 bool operator()(const TensorTypeAndShape& arg, const Tensor& other) { in operator ()()