Home
last modified time | relevance | path

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

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