Method Negate
interface ITensorBackend<'T> with member Negate: ITensorFrontend<bool> * ITensorFrontend<bool> -> unit
Declaration
interface ITensorBackend<'T> with member Negate: trgt:ITensorFrontend<bool> * a:ITensorFrontend<bool> -> unit
Parameters
Type | Name | Description |
---|---|---|
ITensorFrontend<bool> | trgt | |
ITensorFrontend<bool> | a |