Skip to content

discussions Search Results · topic:embedded org:google language:C

Filter by

7.3k results
 (102 ms)

7.3k results

ingoogle (press backspace or delete to remove)

Blockly allows you to change the behavior of keyboard shortcuts. By default in Blockly (and in MakeCode) actions like copy and delete only apply to the selected block and inner children. While in scratch ...

I ve ported deepmind control suite s cartpole environment to brax. The implementation is somewhat hacky/simplistic as I don t need everything from https://github.com/google-deepmind/dm_control/blob/main/dm_control/suite/cartpole.py. ...

Hi, I want to be able to serialize multiple different nnx models to disk (not just the weights but also the full layer structure). This is helpful when trying out a bunch of different architectures that ...

Flash attention code for tpu uses something called scratch_shapes, but it s not documented anywhere. Does anyone know what scratch_shapes does and how to use it? https://github.com/google/jax/blob/a8b425cac50c842f66f36903dfb93fe6ad5a2a5b/jax/experimental/pallas/ops/tpu/flash_attention.py#L1104 ...

I am wondering whether there is a method which can help force 2 nodes to be assigned to different vehicles if both are successfully assigned? I tried routing.solver().Add(routing.VehicleVar(index1) != ...

The fundamental problem I m trying to solve is that I want to insert the option of adding a transit hub to a pickup/delivery, meaning that the solver should have the option of either doing a pickup/delivery ...

Currently on an FilamentAsset we have the functionality getFirstEntityByName, which is a very handy helper. However, this method doesn t seem to exist for FilamentInstance. As we can see here, we only ...

Hey all, I noticed that jax.experimental.export landed in the latest JAX release. I take it that this module is meant as a way to serialize and load JAX graphs, as an alternative to using jax2tf to generate ...

Hi community, I ve already used _plot.create_media_baseline_contribution_df() to retrieve the weekly contribution of each media channel during the training period. Can I have access to the same level of ...

I cannot find a function in jax that computes the leading singular vector of a matrix without also computing the full singular value decomposition. Essentially, I am looking for jax analog of the scipy ...