Searched defs:Dilation (Results 1 – 4 of 4) sorted by relevance
27 struct Dilation { struct
180 struct Dilation<GPUDevice, T> { struct181 void operator()(const GPUDevice& d, typename TTypes<T, 4>::ConstTensor input, in operator ()()
165 struct Dilation<CPUDevice, T> { struct166 void operator()(const CPUDevice& d, typename TTypes<T, 4>::ConstTensor input, in operator ()()
45 using Dilation = HeightWidth; variable