HomeSort by relevance Sort by last modified time
    Searched refs:LaunchConv2DBackpropFilterOp (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
conv_grad_ops.h 185 struct LaunchConv2DBackpropFilterOp {
206 struct LaunchConv2DBackpropFilterOp<Eigen::GpuDevice, T> {
conv_grad_filter_ops.cc 102 struct LaunchConv2DBackpropFilterOp<CPUDevice, T> {
426 template struct LaunchConv2DBackpropFilterOp<CPUDevice, Eigen::half>;
427 template struct LaunchConv2DBackpropFilterOp<CPUDevice, float>;
428 template struct LaunchConv2DBackpropFilterOp<CPUDevice, double>;
536 LaunchConv2DBackpropFilterOp<Device, T> launcher_;
543 void LaunchConv2DBackpropFilterOp<Eigen::GpuDevice, T>::operator()(
    [all...]
depthwise_conv_grad_op.cc     [all...]

Completed in 677 milliseconds