Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dgrad_mode.h8 using GradMode = at::GradMode; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dgrad_mode.h7 using GradMode = c10::GradMode; variable
/aosp_15_r20/external/pytorch/c10/core/
H A DGradMode.h8 struct C10_API GradMode { struct