'dialects.hls' Submodule
Introduction¶
from streamtensor.dialects import hls
MemoryKind(value)
¶
get_func_arg_name(func_op, arg_index)
¶
get_func_arg_name(func_op: MlirOperation, arg_index: int) -> Optional[str]
Returns the C++ name of the argument at the given index.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
func_op
|
MlirOperation
|
The |
required |
arg_index
|
int
|
The index of the argument to query. |
required |
Returns:
Type | Description |
---|---|
str | None
|
The C++ name of the argument at the given index. |