Home
last modified time | relevance | path

Searched refs:is_numpy (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dconvert_frame.py94 from .trace_rules import is_numpy
258 if np and config.trace_numpy and (obj is np or is_numpy(obj)):
H A Dtrace_rules.py3086 def is_numpy(obj) -> bool: function
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuilder.py86 is_numpy,
714 elif is_numpy(value):