+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_ANY</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_ANY
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "ANY";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "AUTO";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_CPU</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_CPU
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "CPU";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "CPU_NEON";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "CPU_SIMD";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_GPU</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_GPU
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "GPU";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "NPU";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "NPU_EDGE_TPU";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "NPU_MOVIDIUS";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "NPU_SLSI";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "NPU_SR";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2021 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Authors:
- Chen Chen <chen89.chen@samsung.com>
-
--->
-<html>
-<head>
-<title>MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE
-//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
-//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
-//==== SPEC_URL TBD
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-test(function () {
- var nnfw, hw, returnedValue;
-
- nnfw = "SRNPU";
- hw = "NPU_VIVANTE";
- returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
- assert_type(returnedValue, "boolean", "Returned value should be bool");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "ANY";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "AUTO";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "CPU";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "CPU_NEON";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "CPU_SIMD";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "GPU";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "NPU";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "NPU_EDGE_TPU";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "NPU_MOVIDIUS";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "NPU_SLSI";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "NPU_SR";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2021 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Authors:
+ Chen Chen <chen89.chen@samsung.com>
+
+-->
+<html>
+<head>
+<title>MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE
+//==== LABEL Checks if set Neural Network Framework with supported configuration return true value, otherwise false
+//==== SPEC Tizen Web API:TBD:MachineLearning:MachineLearningManager:checkNNFWAvailability M
+//==== SPEC_URL TBD
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+test(function () {
+ var nnfw, hw, returnedValue;
+
+ nnfw = "TRIX_ENGINE";
+ hw = "NPU_VIVANTE";
+ returnedValue = tizen.ml.checkNNFWAvailability(nnfw, hw);
+ assert_type(returnedValue, "boolean", "Returned value should be bool");
+}, document.title);
+
+</script>
+</body>
+</html>
\ No newline at end of file
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_ANY">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_ANY.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_GPU">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_GPU.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" type="compliance" status="approved" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE.html</test_script_entry>
</description>
<specs>
<spec>
<test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_PYTORCH_NPU_VIVANTE.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_ANY">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_ANY.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_ANY.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_AUTO.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_AUTO.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_NEON.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_NEON.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_CPU_SIMD.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_CPU_SIMD.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_GPU">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_GPU.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_GPU.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_EDGE_TPU.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_EDGE_TPU.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_MOVIDIUS.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_MOVIDIUS.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SLSI.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SLSI.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_SR.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_SR.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE">
+ <testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE">
<description>
- <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_SRNPU_NPU_VIVANTE.html</test_script_entry>
+ <test_script_entry>/opt/tct-ml-tizen-tests/ml/MachineLearningManager_checkNNFWAvailability_TRIX_ENGINE_NPU_VIVANTE.html</test_script_entry>
</description>
</testcase>
<testcase purpose="Checks if set Neural Network Framework with supported configuration return true value, otherwise false" component="Tizen Web Device APIs/TBD/MachineLearning" execution_type="auto" priority="P1" id="MachineLearningManager_checkNNFWAvailability_VD_AIFW_ANY">