Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d.h40 struct Pool3dParameters { struct
50 int depth;
52 int tensor_in_planes;
53 int tensor_in_cols;
54 int tensor_in_rows;
55 int tensor_in_batch;
57 int window_planes;
58 int window_cols;
59 int window_rows;
60 int depth_window;
[all …]
Dpooling_ops_3d.cc53 Pool3dParameters::Pool3dParameters(OpKernelContext* context, in Pool3dParameters() function in tensorflow::Pool3dParameters