Searched refs:tf_opdefs_string (Results 1 – 3 of 3) sorted by relevance
54 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterCustomOps() local56 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterCustomOps()58 LOG(ERROR) << "OpDef parsing failed for: " << tf_opdefs_string; in RegisterCustomOps()
78 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterExtraTfOpDefs() local80 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterExtraTfOpDefs()82 LOG(ERROR) << "OpDef parsing failed for: " << tf_opdefs_string; in RegisterExtraTfOpDefs()
162 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterCustomBuiltinOps() local164 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterCustomBuiltinOps()