Home
last modified time | relevance | path

Searched defs:enable_debug_mode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDAGraph.cpp247 void CUDAGraph::enable_debug_mode() { in enable_debug_mode() function in at::cuda::CUDAGraph
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dgraphs.py102 def enable_debug_mode(self): member in CUDAGraph
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Ddataset_ops.py6528 def enable_debug_mode(): function