Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.h63 struct VectorTensorShapeHasher { struct
64 std::size_t operator()(const std::vector<TensorShape>& key) const { in operator()