Results 50 issues of leod

I see that lingvo uses `inplace_ops.alias_inplace_update` for updating states when decoding with Transformer models on TPU: https://github.com/tensorflow/lingvo/blob/e09558f5f01d17e59f5bac54313363817ed6f0a5/lingvo/core/attention.py#L1440 I understand that this is done because of static shape requirements for TPU....

First of all, thank you so much for making this high-quality repository as well as pretrained models publicly available! This is highly useful for exploring your research. I am currently...

As I understand it, the time measurements in hprof are reset at the start of each frame. `print_timing()` will print the timings of just the last frame. I think it...

In many places, `Fun::T` or `Fun::V` require `Copy` instead of just `Clone`. I think this is unnecessarily restrictive.

``` INFO /home/leod/.cargo/git/checkouts/posh-6a72b668b3f595e1/2510937/src/gl/context.rs:69 Caching fragment shader for `client::graphics::pipeline::light::edge::fragment_shader`:#version 300 esprecision highp float;precision highp int;precision highp sampler2DShadow;precision highp sampler2D;uniform sampler2D uniforms;smooth in vec2 vertex_output;layout(location = 0) out vec4 fragment_output;void main() {...

bug

As pointed out by James20k [on reddit](https://www.reddit.com/r/rust/comments/140sb5i/introducing_posh_typesafe_graphics_programming_in/jmzed5w/?context=3).

enhancement
performance

I don't see any reason not to do this.

enhancement

And implement `Into` for `Block`.

enhancement