Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DTraceTypeManual.cpp55 if (jit::tracer::ArgumentStash::hasIntArrayRef("size")) { in resize_()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtracer.h118 static bool hasIntArrayRef(const std::string& arg_name) { in hasIntArrayRef() function
H A Dtracer.cpp790 std::vector<Value*> info = ArgumentStash::hasIntArrayRef(name) in addInputs()