-
```
use MF.MF;
enum MF {
case MF(Int32, Unit -> List[Int32])
}
instance Eq[MF] {
pub def eq(x: MF, y: MF): Bool =
let MF(n1, _f1) = x;
let MF(n2, _f2) = y;
…
-
Hi
I tried to replace
```latex
\begin{rdfequation}[eq:hello]
a = b + c
% each label for equation must use the eq: prefix
% \rdflabel{eq:hello}
\end{rdfequation}
```
By
```latex
…
-
Elapsed time: not as useful anymore.
We should have a graph of contents by progress (right now we have just a list), and either scores by progress or progress by scores. Scores by elapsed time is o…
-
### Overview of feature request
Enhance the current application graph in Radius by incorporating links to other applications that it depends on. This feature will provide a comprehensive view of the …
-
Testing #229359
If I right-click on a row with a tag or a branch, I might want to check out that tag or branch, does that make sense? But the only option is 'detached' mode.
-
I was browsing through the graph convolution code and saw the [reduction code](https://github.com/tensorflow/graphics/blob/228472e31327635e80220a740f13d672252bec9f/tensorflow_graphics/geometry/convolu…
-
Hi,
I have the same issue referenced at the end of https://github.com/tensorflow/graphics/issues/13
Namely the ops SparseReshape does not seem to have GPU support.
My code runs fine with automa…
-
## Proposal Summary
Integrate a visualization for neural network model graphs, as part of the model configuration screen.
## Motivation
Currently, [model configuration is displayed as a JSON](htt…
InonS updated
2 months ago
-
Some models are non-steady-state, because they change abruptly the state of the system, *e.g.* they modify the inputs they are given (see #107), or they remove nodes from the plant graph.
This is a…
-
I've gotten gexport to work for all graphs except aggregates. I was initially exporting by site with all sites selected. When that didn't work I moved to tree with all trees selected. The aggregate gr…