Home
last modified time | relevance | path

Searched refs:valueAnnotation (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/core/
Dtype.cpp319 auto valueAnnotation = getValueType()->annotation_str(printer); in annotation_str_impl() local
322 …result.reserve(5 /* "Dict[" */ + keyAnnotation.size() + 2 /* ", " */ + valueAnnotation.size() + 1 … in annotation_str_impl()
327 result += valueAnnotation; in annotation_str_impl()