"vscode:/vscode.git/clone" did not exist on "c91f592ad7b9b970ae009239a88f2e9e52fe70c1"
Commit 30ed793e authored by Michael Carilli's avatar Michael Carilli
Browse files

Deleting test_fp16_optimizer.py

parents b9e5d37d 453eefa5
...@@ -29,7 +29,7 @@ class Properties(object): ...@@ -29,7 +29,7 @@ class Properties(object):
Currently not intended to be exposed; users are expected to select an opt_level Currently not intended to be exposed; users are expected to select an opt_level
and apply consistent modifications. and apply consistent modifications.
""" """
def _update_options_dict(new_options): def _update_options_dict(self, new_options):
for k, v in new_options: for k, v in new_options:
if k in self.options: if k in self.options:
self.options[k] = v self.options[k] = v
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment