Ryan Hileman
Ryan Hileman
because all-caps attributes are not pythonic
I feel that this should _not_ completely replace the current Python bindings. If nothing else, it adds significant overhead to the current bindings, which is already very noticeable when doing...
Can we revisit this? I think find_package(Python) is required to support the version of Python that ships with the latest Xcode.
Also likely missing some syscalls to make Go run at all, and threads?
Note: it looks like this _generally_ works, but also SAME convolution breaks when I do this - it seems SAME expects to know the input dimensions at compile time #891
from #891: ``` flexible = ct.RangeDim() @mb.program(input_specs=[mb.TensorSpec(shape=(1, 100, 100, flexible.symbol)),]) ``` Is it possible to use RangeDim like this without manually using the .symbol property? It's been a while but...
How do functions like `CertificateStore.GetCurrentCert` interact with OpenSSL's memory management? Does it really allocate a new X509 structure that needs to be freed? If we dump a cert into a...
Yeah, that's why I have `TODO` on `Name` GC stuff.
what's the convention for handling overlapping selectors? do we just delete all but one if they're compatible? ``` = note: candidate #1 is defined in an impl of the trait...
Okay, so this was a different problem than I thought- so not a recursive error- (and totally my fault): a file format parser bug resulted in the next input "frame"...