20 lines
726 B
Python
20 lines
726 B
Python
#
|
|
# AUTOMATICALLY GENERATED FILE, DO NOT EDIT!
|
|
#
|
|
|
|
"""SpikeGeneration2DManyIP Module"""
|
|
from __future__ import annotations
|
|
import PySpikeGeneration2DManyIP
|
|
import typing
|
|
|
|
__all__ = [
|
|
"SpikeGeneration2DManyIP"
|
|
]
|
|
|
|
|
|
class SpikeGeneration2DManyIP():
|
|
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 spike_generation(self, arg0: int, arg1: int, arg2: int, arg3: int, arg4: int, arg5: int, arg6: int, arg7: int, arg8: int, arg9: int, arg10: int, arg11: int, arg12: int, arg13: int, arg14: int, arg15: int) -> bool: ...
|
|
pass
|