Home
last modified time | relevance | path

Searched defs:inputValue (Results 1 – 5 of 5) sorted by relevance

/test/xts/hats/ai/nnrt/hdi/nnrtFunctionTest/src/
Dhdi_model_run_test.cpp63 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; in AddModelTest() local
218 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; variable
388 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; variable
/test/testfwk/arkxtest/uitest/record/
Dsize.h33 inline static bool IsValueInfinite(double inputValue) in IsValueInfinite()
/test/xts/hats/ai/nnrt/hdi/nnrtStabilityTest/src/
Dhdi_stability_test.cpp66 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; in RunModelTest() local
/test/xts/acts/ai/neural_network_runtime/common/
Dmodel.h46 float inputValue[9] = {0, 1, 2, 3, 4, 5, 6, 7, 8}; member
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/input/prop/
Dindex.js144 inputNameNone : this.inputNameNone, inputValue : this.inputValue, property