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