2 references to Vectorizable
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (1)
32
public static bool Vectorizable => ExpOperator<T>.
Vectorizable
;
System\Numerics\Tensors\netcore\TensorPrimitives.Sigmoid.cs (1)
39
public static bool Vectorizable => ExpOperator<T>.
Vectorizable
;