"scripts/vscode:/vscode.git/clone" did not exist on "2df532ef20cba1f1bd563e0f4333d9edeceadd86"
Commit c186c85a authored by Vinh Nguyen's avatar Vinh Nguyen
Browse files

change default fp16_implementation to graph_rewrite

parent 97c19f54
......@@ -192,7 +192,7 @@ def define_performance(num_parallel_calls=True, inter_op=True, intra_op=True,
if fp16_implementation:
# Currently, this flag is only defined for the estimator resnet model.
flags.DEFINE_enum(
name="fp16_implementation", default="casting",
name="fp16_implementation", default="graph_rewrite",
enum_values=("casting', 'graph_rewrite"),
help=help_wrap(
"When --dtype=fp16, how fp16 should be implemented. This has no "
......
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