Viraj Shah

Results 19 issues of Viraj Shah

While trying the example in the README.md, I get the error: `D:\manim-master>python extract_scene.py example_scenes.py SquareToCircle -pl Traceback (most recent call last): File "extract_scene.py", line 283, in main() File "extract_scene.py", line...

Allows `BasicBlockGraphBuilder` to store instruction annotations in a vector-of-vector matrix while processing instructions to build graphs, so that they are available to graph builder based models. The list of names...

Adds instruction annotations to the proto specification (`AnnotationProto`) , the graph builder basic block representation (`Annotation`), and functions to convert between the two (`AnnotationFromProto` and `ProtoFromAnnotation`).

Updates the model conversion script and the C++ inference API to supply instruction annotations to tflite models.

Uses instruction annotations obtained from the graph builder to compute instruction node embeddings. The ends of the instruction node embedding vectors are overwritten by the values of the annotations on...

* JSON datasets, while not very useful otherwise, being easy to read are handy for debugging while also being rich enough to store extra, possibly nested, data such as instruction...

A library that can: * Extract basic blocks from an ELF file. * Extract samples and LBR data from a `perf.data`-like file. * Use them to create annotated Gematria protos.

* Add bindings to the driver function. * Add a small python script that exposes the binding for use.

* Fixes incorrect logic for loading of annotated basic blocks for testing in `basic_blocks_with_throughput.py`. * Previously, we would silently load un-annotated blocks.

* Adds a call to a new no-op method to set up histogram summaries to the model initialization pipeline. * Overrides this in `GnnModelBase` to log histogram summaries for all...