-
This issue is for discussing how PyTorch should handle NaN values and how we should design our operator API to do that.
We have many issues such as #46225, reporting inconsistent handling of NaN v…
-
The datastore object seems currently quite heavy overloaded:
More then 1000 lines of codes and many methods are exclusively to do the intitial database loading.
Would it maybe be a good idea refacto…
votti updated
5 years ago
-
Currently, the ceiling and floor functions apply to numbers. However, there are some instances where it would be natural (from a language point of view) to make them into methods that can be overload…
-
One argument for the extractor proposal is that it mirrors RHS construction / method application on the LHS of assignments. However I believe this is only true for simple cases.
In particular, func…
-
While doing extraction for Packages, if we have multiple overloaded functions present in the Package Body only the last function coming in sequence of extraction is getting extracted and rest other…
-
I've found that the overloading of `?|` breaks type inference for pattern matching anonymous functions.
I use the following service error pattern heavily, but this doesn't compile:
``` scala
sealed …
-
Pavel,
I am reaching out to you because I am getting an error with the following code:
Main.cpp
#include "pch.h"
#include "DriverMain.h"
#include "MiniFilter.h"
NTSTATUS OnCreateClose(PDEV…
-
I'm loving the provenance in the new documentation. One thing I think that would be helpful is to know which functions have derivatives and which rely on autodiff. It helps to understand from a perfor…
-
Dear Sebastian Mitusch:
Recently, I run your custom neural network (UFL form) in every fem-nn-examples, but i always get an error in the training.py (minimize) function, and it seems that the value t…
-
We would like to allow for user defined sorts and a user-defined sort hierarchy. We do not plan to support overloaded functions; i.e., all functions must work on top-level sorts. The planned syntax is…