MixedPrecisionTensorOps

Functions

Link copied to clipboard
abstract fun <T1 : DType, T2 : DType> addMixed(a: Tensor<T1, V>, b: Tensor<T2, V>): Tensor<out DType, V>
Link copied to clipboard
abstract override fun <TFrom : DType, TTo : DType, V> convert(tensor: Tensor<TFrom, V>, targetType: TTo): Tensor<TTo, V>