Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmkl_conv_ops_test.cc51 struct Conv2DDimensions { struct
52 Conv2DDimensions(int n, int h, int w, int c, int fc, int fh, int fw) in Conv2DDimensions() function
61 int input_batches;
62 int input_height;
63 int input_width;
64 int input_depth;
65 int filter_count;
66 int filter_height;
67 int filter_width;