forwardAny

fun forwardAny(input: Tensor<out DType, V>, ctx: ExecutionContext, strict: Boolean = true): Tensor<OutT, V>(source)

Accepts any tensor and validates/coerces to indices in strict mode. Useful for legacy FP tensors.