Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmaxpooling_op.cc750 struct LaunchMaxPoolingNoMask;
794 LaunchMaxPoolingNoMask<Device, T>::launch(context, params, tensor_in, in Compute()
872 LaunchMaxPoolingNoMask<Device, T>::launch(context, params, tensor_in, in Compute()
1184 LaunchMaxPoolingNoMask<Device, T>::launch(context, params, tensor_in, in Compute()
1285 LaunchMaxPoolingNoMask<Device, T>::launch(context, params, tensor_in, in Compute()
1300 struct LaunchMaxPoolingNoMask<Eigen::GpuDevice, T> { struct