Home
last modified time | relevance | path

Searched defs:with_stack (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/
H A Dtensor_layout_mini_benchmark.py20 def bench_conv(with_stack=True): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dprofiler_edge.cpp17 const bool with_stack, in KinetoEdgeCPUProfiler()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dkineto_client_interface.cpp30 bool with_stack = false, in prepare()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/orchestration/
H A Dobserver.cpp38 bool with_stack, in ProfilerConfig()
H A Dobserver.h107 bool with_stack; member
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dprofiler_legacy.py44 with_stack=False, argument
H A Dprofiler.py206 with_stack=False, argument
/aosp_15_r20/external/pytorch/torch/onnx/_internal/diagnostics/infra/
H A Dcontext.py96 def with_stack(self: Self, stack: infra.Stack) -> Self: member in Diagnostic