Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dutils.h73 struct VectorTensorShapeHasher { struct
74 std::size_t operator()(const std::vector<TensorShape>& key) const { in operator()