gematria icon indicating copy to clipboard operation
gematria copied to clipboard

Machine learning for machine code.

Results 74 gematria issues
Sort by recently updated
recently updated
newest added

* Move annotation adding logic to `AddInstructionAnnotations`. * Remove default annotation magic number.

* Instruction annotations are currently stored as `float`s in the C++ graph builder. * This matches the type currently used by the models (`tf.dtypes.float32`), but not the proto storage type...

* Add a test to make sure `DebugString` returns something reasonable.

* Factor out the per-instruction add to graph logic. * This change is in preparation for further changes to the graph construction logic. * Specifically, this should make the trace...