Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Ddropout.h90 inline Tensor dropout2d(Tensor input, double p, bool training, bool inplace) { in dropout2d() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py1503 def dropout2d( function