[DOCS] benchmark 23.0 update (#17789)
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@ var wapSection = 'openvinotoolkit';
|
||||
// legal notice for benchmarks
|
||||
function addLegalNotice() {
|
||||
if (window.location.href.indexOf('openvino_docs_performance_') !== -1) {
|
||||
var legalNotice = $('<div class="opt-notice-wrapper"><p class="opt-notice">Results may vary. For workloads visit: <a href="openvino_docs_performance_benchmarks_faq.html#what-image-sizes-are-used-for-the-classification-network-models">workloads</a> and for configurations visit: <a href="openvino_docs_performance_benchmarks_openvino.html#platform-configurations">configurations</a>. See also <a class="el" href="openvino_docs_Legal_Information.html">Legal Information</a>.</p></div>');
|
||||
var legalNotice = $('<div class="opt-notice-wrapper"><p class="opt-notice">Results may vary. For workloads visit: <a href="openvino_docs_performance_benchmarks_faq.html#what-image-sizes-are-used-for-the-classification-network-models">workloads</a> and for configurations visit: <a href="openvino_docs_performance_benchmarks.html#platforms-configurations-methodology">configurations</a>. See also <a class="el" href="openvino_docs_Legal_Information.html">Legal Information</a>.</p></div>');
|
||||
$('body').append(legalNotice);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user