Fix indentation

This commit is contained in:
Reed 2020-10-21 13:28:31 -07:00
parent 5445a05db7
commit 1a5329c084

View File

@ -45,9 +45,9 @@ class CppGradients
Status s = StatusFromTF_Status(status.get());
CHECK_EQ(errors::OK, s.code()) << s.error_message();
// Computing numerical gradients with TensorFloat-32 is numerically unstable.
// Some forward pass tests also fail with TensorFloat-32 due to low tolerances
enable_tensor_float_32_execution(false);
// Computing numerical gradients with TensorFloat-32 is numerically unstable.
// Some forward pass tests also fail with TensorFloat-32 due to low tolerances
enable_tensor_float_32_execution(false);
}
};