name
Function Usage
Obtains the node name (generator node name).
Prototype
1 | name(self) -> str |
Parameters
None
Returns
(str) Generator node name.
Constraints
If the value fails to be obtained, RuntimeError is thrown.
Parent topic: TensorHolder
Obtains the node name (generator node name).
1 | name(self) -> str |
None
(str) Generator node name.
If the value fails to be obtained, RuntimeError is thrown.