Searched defs:VectorTensorShapeHasher (Results 1 – 1 of 1) sorted by relevance
73 struct VectorTensorShapeHasher { struct74 std::size_t operator()(const std::vector<TensorShape>& key) const { in operator()