Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/cudnn/
H A DDescriptors.cpp161 std::string cudnnMemoryFormatToString(cudnnTensorFormat_t tformat) { in cudnnMemoryFormatToString() function
182 out << " tensor_format = " << cudnnMemoryFormatToString(tformat) << "\n"; in operator <<()