Searched defs:Pooling3DOp (Results 1 – 1 of 1) sorted by relevance
131 class Pooling3DOp : public UnaryOp<T> { class133 explicit Pooling3DOp(OpKernelConstruction* context) : UnaryOp<T>(context) { in Pooling3DOp() function in tensorflow::Pooling3DOp