Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EzPC-Custom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rasoul Akhavan Mahdavi
EzPC-Custom
Commits
5420ee02
Commit
5420ee02
authored
4 years ago
by
Bhatu
Browse files
Options
Downloads
Patches
Plain Diff
Typo fix in seedot
parent
818b8c2c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Athos/SeeDot/IR/IR.py
+1
-1
1 addition, 1 deletion
Athos/SeeDot/IR/IR.py
Athos/SeeDot/IR/IRBuilderCSF.py
+1
-1
1 addition, 1 deletion
Athos/SeeDot/IR/IRBuilderCSF.py
with
2 additions
and
2 deletions
Athos/SeeDot/IR/IR.py
+
1
−
1
View file @
5420ee02
...
...
@@ -115,7 +115,7 @@ class TypeCast(IntExpr):
class
IntBop
(
IntExpr
):
def
__init__
(
self
,
e1
:
IntExpr
,
op
:
Op
.
Op
,
e2
:
IntExpr
):
assert
(
op
in
Op
.
Op
.
op_list
(
'
+ - * / << >> & | ^
'
))
assert
(
op
in
Op
.
Op
.
op_list
(
'
+ - * / << >> & | ^
==
'
))
self
.
e1
=
e1
self
.
op
=
op
self
.
e2
=
e2
...
...
This diff is collapsed.
Click to expand it.
Athos/SeeDot/IR/IRBuilderCSF.py
+
1
−
1
View file @
5420ee02
...
...
@@ -942,7 +942,7 @@ class IRBuilderCSF(IRBuilderAST):
assert
(
AST
.
Operators
.
findConvOutputImgSize
(
d_prime_tilde
,
pad_d_tr_total
,
FD
,
stride_d_tr
)
==
D
)
returnExpr
=
self
.
getTempVar
()
comment
=
IR
.
Comment
(
expr_1
.
idf
+
'
#T
'
+
expr2
.
idf
+
'
, convDim =
'
+
str
(
convDim
))
comment
=
IR
.
Comment
(
expr_1
.
idf
+
'
#T
'
+
expr
_
2
.
idf
+
'
, convDim =
'
+
str
(
convDim
))
funcCallArgsDict
=
OrderedDict
()
funcCallArgsDict
[
IR
.
Int
(
N
,
32
)]
=
"
N
"
if
convDim
==
3
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment