mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(ci): support shortint layer name parsing in data extractor
This commit is contained in:
@@ -493,6 +493,8 @@ class BenchDetails:
|
|||||||
else:
|
else:
|
||||||
self.operation_name = "::".join(parts[1:-1])
|
self.operation_name = "::".join(parts[1:-1])
|
||||||
self.rust_type = parts[-1].partition("_mean")[0]
|
self.rust_type = parts[-1].partition("_mean")[0]
|
||||||
|
case Layer.Shortint:
|
||||||
|
self.operation_name = parts[1]
|
||||||
case _:
|
case _:
|
||||||
raise NotImplementedError(
|
raise NotImplementedError(
|
||||||
f"layer '{self.layer}' not supported yet for name parsing"
|
f"layer '{self.layer}' not supported yet for name parsing"
|
||||||
|
|||||||
Reference in New Issue
Block a user