Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dreciprocal_test.cpp53 struct ReciprocalModel3 { struct
54 const std::vector<int32_t> tensor_shape = {1};
55 bool inputValue[1] = {false};
56 float outputValue[1] = {0};
58 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)};
59 … OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, sizeof(float)};
60 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_RECIPROCAL,