Ahmed Elsayed

Results 11 issues of Ahmed Elsayed

when I use the Dense layer and start to use kernel_regularizer or bias_regularizer, I found it uses IInitializer not IRegularizer and there are missing functions like regularizers.l1_l2 , regularizers.l1, and...

missing feature/s

##### Brief Description continue to previous issue #1640 , now we need to parse the template with variable arguments and wrap it to C# ``` template class DLL_API FloatArrayF {...

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

compiler issue

## Type - [x] Bug fix (non-breaking change which fixes an issue): Fixes #5378 ## Motivation and Context ## Checklist: - [ ] I have run `python util/check_style.py --apply` to...

I hope to Support NativeAOT (reflection-free)

enhancement
help-wanted
dotnet7

when the data is loaded, the TreeDataGrid is shown as that ![image](https://user-images.githubusercontent.com/26312527/199605585-b5f0100c-1ef4-43bd-ab25-d8eba7264907.png) and when I scroll vertically, the data is not rendered well. ![image](https://user-images.githubusercontent.com/26312527/199605838-e0697666-3943-483a-a814-97c64b6d8c75.png) I think because there is a...

why don't use the ref keyword in the pointer parameter instead? and function like ImGui.ListBox ```C# [DllImport("Mochi.DearImGui.Native", CallingConvention = CallingConvention.Cdecl, EntryPoint = "?ListBox@ImGui@@YA_NPEBDPEAHQEBQEBDHH@Z", ExactSpelling = true)] private static extern byte...

that's my wrapper for TitanEngine in C# https://github.com/AhmedZero/TitanEngine.NET

In version 1.1.0, I can use the static library and NativeAOT. However, in version 2.0.0 and later, it uses reflections, making it incompatible with AOT, and I can’t depend on...

bug
enhancement

Refactor TorchVision Normalize method like pytorch to support any kind of Tensor Image (.., C, H, W)