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

  /external/tensorflow/tensorflow/core/kernels/
conv_3d.h 29 struct CuboidConvolution;
34 struct CuboidConvolution<CPUDevice, T> {
40 output.device(d) = Eigen::CuboidConvolution(
eigen_spatial_convolutions_test.cc 688 result = CuboidConvolution(input, kernel);
750 result = CuboidConvolution(input, kernel);
811 result = CuboidConvolution(input, kernel, 1, 1, 1, PADDING_VALID);
864 result = CuboidConvolution(input, kernel, 1, 1, 1, PADDING_VALID);
918 result = CuboidConvolution(input, kernel);
    [all...]
eigen_cuboid_convolution.h 24 /** CuboidConvolution
72 CuboidConvolution(const Input& input, const Kernel& kernel,
conv_ops_3d.cc 58 functor::CuboidConvolution<CPUDevice, T>()(
conv_grad_ops_3d.cc 219 functor::CuboidConvolution<Device, T>()(
358 functor::CuboidConvolution<Device, T>()(
    [all...]

Completed in 324 milliseconds