HomeSort by relevance Sort by last modified time
    Searched defs:DeepConv2D (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
deep_conv2d.h 25 // DeepConv2D is a Conv2D implementation specialized for deep (i.e. large
29 // DeepConv2D. Implementations must specify transform matrices and
30 // input/output/filter shapes. DeepConv2d computes:
66 // Conv2D arguments used by DeepConv2D implementation.
98 // can use DeepConv2D implementation, and false otherwise.
106 // Calls DeepConv2D implementation (see deep_conv2d.cc for details).
108 struct DeepConv2D {
deep_conv2d.cc 29 // DeepConv2D is a Conv2D implementation specialized for deep convolutions (i.e
32 // DeepConv2D is implemented by computing the following equation:
45 // start of the DeepConv2D call, based on convolution parameters.
93 // Returns true if convolution can be computed efficiently by DeepConv2D,
    [all...]

Completed in 395 milliseconds