Home
last modified time | relevance | path

Searched defs:inputSizeValue (Results 1 - 2 of 2) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Ddetection_post_process_test.cpp76 int64_t* inputSizeValue = new (std::nothrow) int64_t[1] {300}; in SetInputSize() local
330 float* inputSizeValue = new (std::nothrow) float[1] {300.0f}; in HWTEST_F() local
1151 int64_t inputSizeValue = 300; in HWTEST_F() local
H A Dlstm_test.cpp98 int64_t* inputSizeValue = new (std::nothrow) int64_t(0); in SaveInputSize() local
428 float* inputSizeValue = new (std::nothrow) float [1]{0.0f}; in HWTEST_F() local
1222 int64_t inputSizeValue = 0; in HWTEST_F() local

Completed in 5 milliseconds