Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddilation_ops.h27 struct Dilation { struct
Ddilation_ops_gpu.cu.cc180 struct Dilation<GPUDevice, T> { struct
181 void operator()(const GPUDevice& d, typename TTypes<T, 4>::ConstTensor input, in operator ()()
Ddilation_ops.cc165 struct Dilation<CPUDevice, T> { struct
166 void operator()(const CPUDevice& d, typename TTypes<T, 4>::ConstTensor input, in operator ()()
/external/XNNPACK/test/
Dsubgraph-tester.h45 using Dilation = HeightWidth; variable