Searched refs:tf_opdefs_string (Results 1 – 3 of 3) sorted by relevance
55 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterCustomOps() local57 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterCustomOps()59 LOG(ERROR) << "OpDef parsing failed for: " << tf_opdefs_string; in RegisterCustomOps()
88 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterExtraTfOpDefs() local90 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterExtraTfOpDefs()92 LOG(ERROR) << "OpDef parsing failed for: " << tf_opdefs_string; in RegisterExtraTfOpDefs()
175 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterCustomBuiltinOps() local177 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterCustomBuiltinOps()