Searched refs:hx_shape (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | lstm_test.cpp | 30 const std::vector<int32_t> hx_shape = {2, 2};
member 52 OHNNOperandTest hx = {OH_NN_FLOAT32, OH_NN_TENSOR, hx_shape, hxValue, 4*sizeof(float)};
53 OHNNOperandTest cx = {OH_NN_FLOAT32, OH_NN_TENSOR, hx_shape, cxValue, 4*sizeof(float)};
56 OHNNOperandTest hy = {OH_NN_FLOAT32, OH_NN_TENSOR, hx_shape, hyValue, 4*sizeof(float)};
57 OHNNOperandTest cy = {OH_NN_FLOAT32, OH_NN_TENSOR, hx_shape, cyValue, 4*sizeof(float)};
|
Completed in 2 milliseconds