Searched refs:GetAllGraphInputsStatic (Results 1 – 3 of 3) sorted by relevance
29 static std::optional<bool> GetAllGraphInputsStatic(); in C10_DIAGNOSTIC_POP()
42 std::optional<bool> ConstantValueMap::GetAllGraphInputsStatic() { in GetAllGraphInputsStatic() function in torch::jit::ConstantValueMap
1563 auto maybe_is_static = ConstantValueMap::GetAllGraphInputsStatic(); in AllGraphInputsStaticWithCaching()