Dwayne Robinson
Dwayne Robinson
@be5invis I'm also not on DWrite now :), but you totally can get the outline via IDWriteFontFace::GetGlyphRunOutline. If you want the outline for just a single glyph, pass a glyph...
> Can you think of any reason variable font axis might not apply for all axis? I assume my code is doing something untoward but I can't think of a...
Howdy Anne. We're looking at a union of `(double and BigInt)`, where `double` (float64) is large enough to handle any *floating* point constant (float16, float32, float64), and `BigInt` is large...
> Seems like it should be (long long or BigInt) then. The WebNN user calls a function to apply an operation on a multidimensional tensor (e.g. fill a constant, fill...
FYI @inexorabletash, Anne says it seems reasonable :).
@gramalingam I think this would be useful for general models that could accept either float32 or float16. Those models will likely need [`CastLike`](https://github.com/onnx/onnx/blob/main/docs/Operators.md#CastLike) calls at the inputs, or possibly in...
> When using Make Similar Images , 5 images are made with small changes. Related to that, I really wish it would just use the same number of images as...
FYI @gramalingam, @souptc.
Just noticed also that [`Sigmoid`](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Sigmoid) has `bfloat16` but not [`HardSigmoid`](https://github.com/onnx/onnx/blob/master/docs/Operators.md#HardSigmoid), even though all the constituent operators (max, min, mul, add) do support bfloat16.
/azp run Linux CPU CI Pipeline,Linux CPU Minimal Build E2E CI Pipeline,Linux GPU CI Pipeline,Linux GPU TensorRT CI Pipeline,Linux OpenVINO CI Pipeline,Linux QNN CI Pipeline,MacOS CI Pipeline,Windows ARM64 QNN CI...