Searched defs:feature_dropout (Results 1 – 3 of 3) sorted by relevance
151 Tensor feature_dropout(const Tensor& input, double p, bool train) { in feature_dropout() function
231 Tensor feature_dropout(const Tensor& input, double p, bool train) { in feature_dropout() function
3264 def feature_dropout(g, input, p, train): function