Home
last modified time | relevance | path

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

/ohos5.0/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 __anone3dd87f30402() variable
1151 int64_t inputSizeValue = 300; variable
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 __anon85ecba710102() variable
1222 int64_t inputSizeValue = 0; variable