Method LessOrEqual
abstract member LessOrEqual: ITensorFrontend<bool> * ITensorFrontend<'T> * ITensorFrontend<'T> -> unit
Declaration
abstract member LessOrEqual: trgt:ITensorFrontend<bool> * src1:ITensorFrontend<'T> * src2:ITensorFrontend<'T> -> unitParameters
| Type | Name | Description | 
|---|---|---|
| ITensorFrontend<bool> | trgt | |
| ITensorFrontend<'T> | src1 | |
| ITensorFrontend<'T> | src2 |