CircuitQNN.interpret¶ property CircuitQNN.interpret: Optional[Callable[[int], Union[int, Tuple[int, ...]]]]¶ Returns interpret function to be used by the neural network. If it is not set in the constructor or can not be implicitly derived (e.g. a quantum instance is not provided), then None is returned. 반환 형식: Optional[Callable[[int], Union[int, Tuple[int, …]]]]