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 8ba61d6 commit 40b78cdCopy full SHA for 40b78cd
tensorflow/core/framework/op_kernel.cc
@@ -1098,8 +1098,7 @@ Status ValidateKernelRegistrations(const OpRegistryInterface& op_registry) {
1098
const OpRegistrationData* op_reg_data;
1099
const Status status = op_registry.LookUp(kernel_def.op(), &op_reg_data);
1100
if (!status.ok()) {
1101
- // TODO(josh11b): Make this a hard error.
1102
- LOG(ERROR) << "OpKernel ('" << ProtoShortDebugString(kernel_def)
+ LOG(FATAL) << "OpKernel ('" << ProtoShortDebugString(kernel_def)
1103
<< "') for unknown op: " << kernel_def.op();
1104
continue;
1105
}
0 commit comments