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