Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.h119 struct VectorTensorShapeHasher { struct
120 std::size_t operator()(const std::vector<TensorShape>& key) const { in operator()