Skip to content

Commit

Permalink
[Fix] fix microbench for tf2.16 (#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
yitingw1 authored May 8, 2024
1 parent 5c043d8 commit 11c0904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/benchmark/test_ApplyAdagradV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import numpy as np
import tensorflow as tf
from tensorflow.python.framework import dtypes
from tensorflow.python.training import gen_training_ops
from tensorflow.python.ops import gen_training_ops
from utils import multi_run, add_profiling, flush_cache
from utils import tailed_no_tailed_size
try:
Expand Down
2 changes: 1 addition & 1 deletion test/benchmark/test_ApplyGradientDescent.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import numpy as np
import tensorflow as tf
from tensorflow.python.framework import dtypes
from tensorflow.python.training import gen_training_ops
from tensorflow.python.ops import gen_training_ops
from utils import multi_run, add_profiling, flush_cache
from tensorflow.python.framework import constant_op
from utils import tailed_no_tailed_size
Expand Down

0 comments on commit 11c0904

Please sign in to comment.