Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dbatch_to_space_nd_test.cpp57 int64_t* blockSizeValue = new (std::nothrow) int64_t[2]{2, 2}; in SetBlockSize() local
224 int32_t* blockSizeValue = new (std::nothrow) int32_t[2]{2, 2}; variable
247 int64_t* blockSizeValue = new (std::nothrow) int64_t[2]{2, 2}; variable
310 std::vector<int64_t> blockSizeValue{2, 2}; variable
H A Dspace_to_depth_test.cpp54 int64_t* blockSizeValue = new (std::nothrow) int64_t [1] {2}; in SaveBlockSize() local
164 float* blockSizeValue = new (std::nothrow) float [1]{2.0f}; in __anon703235530102() variable
217 int64_t blockSizeValue = 2; variable
H A Ddepth_to_space_test.cpp56 int64_t* blockSizeValue = new (std::nothrow) int64_t[1] {2}; in SaveBlockSize() local
180 float* blockSizeValue = new (std::nothrow) float[1] {2.0f}; in __anon44e13b730102() variable
294 int64_t blockSizeValue = 2; variable