pytorch-sbs/network/CPP_Cuda_new_preview/PyMultiApp.pyi

21 lines
620 B
Python
Raw Permalink Normal View History

2023-01-13 21:33:57 +01:00
#
# AUTOMATICALLY GENERATED FILE, DO NOT EDIT!
#
"""MultiApp Module"""
from __future__ import annotations
import PyMultiApp
import typing
__all__ = [
"MultiApp"
]
class MultiApp():
def __init__(self) -> None: ...
def gpu_occupancy_export(self, arg0: int, arg1: int, arg2: int, arg3: int, arg4: int, arg5: int, arg6: int) -> None: ...
def gpu_occupancy_import(self, arg0: int, arg1: int, arg2: int) -> None: ...
def update_entrypoint(self, arg0: int, arg1: int, arg2: int, arg3: int, arg4: int, arg5: int, arg6: int, arg7: int, arg8: int, arg9: bool, arg10: int, arg11: int) -> bool: ...
pass