We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93ddce commit e3d123eCopy full SHA for e3d123e
paddle/fluid/imperative/prepared_operator.h
@@ -88,8 +88,7 @@ std::shared_ptr<NameVarMap<VarType>> PrepareData(
88
VLOG(3) << "Transform Variable " << var_base->Name() << " from "
89
<< kernel_type_for_var << " to " << expected_kernel_key;
90
91
- if (GetVariableWrapper(var_base)->hasCacheKey(
92
- expected_kernel_key)) {
+ if (GetVariableWrapper(var_base)->hasCacheKey(expected_kernel_key)) {
93
VLOG(3) << "Hit variable_wrapper cache: key="
94
<< expected_kernel_key;
95
std::shared_ptr<VariableWrapper> cache_var =
0 commit comments