Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_datapipe.py2789 def add_v(self, x): member in TestGraph.CustomIterDataPipe
3018 def add_v(self, x): member in TestCircularSerialization.CustomIterDataPipe
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dcuda_codegen.cpp363 AddPtr add_v = to<Add>(v->value()); in mutate() local