4 references to LogBaseOperator
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (4)
62if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, LogBaseOperator<float>>(x, y, destination))
67InvokeSpanSpanIntoSpan<T, LogBaseOperator<T>>(x, y, destination);
88if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, LogBaseOperator<float>>(x, y, destination))
93InvokeSpanScalarIntoSpan<T, LogBaseOperator<T>>(x, y, destination);