Searched refs:Get3dOutputSize (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | kernel_shape_util.h | 133 Status Get3dOutputSize(const std::array<int64, 3>& input,
|
D | kernel_shape_util.cc | 105 Status Get3dOutputSize(const std::array<int64, 3>& input, in Get3dOutputSize() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | pooling_ops_3d.cc | 182 OP_REQUIRES_OK(context, Get3dOutputSize(input_size, window, stride, in Compute() 362 OP_REQUIRES_OK(context, Get3dOutputSize(input_size, window, stride, in Compute() 522 OP_REQUIRES_OK(context, Get3dOutputSize(input_size, window, stride, in Compute()
|