TensorSpace.supported_num_operation_paradigms

property TensorSpace.supported_num_operation_paradigms: NumOperationParadigmSupport

NumPy has full support for in-place operation, which is usually advantageous to reduce memory allocations. This can be deactivated, mostly for testing purposes, by setting use_in_place_ops = False when constructing the space.