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