Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dshape_analysis.cpp797 static std::mutex shape_formulas_mutex; in PropagateTensorShapeOnNode() local
801 std::unique_lock<std::mutex> lock{shape_formulas_mutex}; in PropagateTensorShapeOnNode()