Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Davg_pool_3d.cc58 std::vector<int64_t> GetOutputShape(const std::vector<int64_t> &in_shape, int64_t kernel_d, int64_t… in GetOutputShape()
92 void GetPadsByPadding(int64_t in_d, int64_t in_h, int64_t in_w, int64_t kernel_d, int64_t kernel_h,… in GetPadsByPadding()
137 auto kernel_d = kernel_size[0]; in InferShape() local