Home
last modified time | relevance | path

Searched refs:WrappedUserFunctionVariable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dctx_manager.py26 WrappedUserFunctionVariable,
126 return WrappedUserFunctionVariable(args[0], self)
H A Dfunctions.py367 class WrappedUserFunctionVariable(UserFunctionVariable): class