Home
last modified time | relevance | path

Searched defs:hasBiasValue (Results 1 - 3 of 3) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dfullconnection_test.cpp90 bool* hasBiasValue = new (std::nothrow) bool (true); in SetHasBias() local
216 int32_t *hasBiasValue = new (std::nothrow) int32_t(1); in HWTEST_F() local
H A Dfullconnection_with_axis_test.cpp113 bool* hasBiasValue = new (std::nothrow) bool (true); in SetHasBias() local
294 int32_t *hasBiasValue = new (std::nothrow) int32_t(1); in HWTEST_F() local
399 bool *hasBiasValue = new (std::nothrow) bool[2] {true, true}; in HWTEST_F() local
H A Dlstm_test.cpp88 bool* hasBiasValue = new (std::nothrow) bool(false); in SaveHasBias() local
397 int64_t* hasBiasValue = new (std::nothrow) int64_t [1]{0}; in HWTEST_F() local
1221 bool hasBiasValue = false; in HWTEST_F() local

Completed in 3 milliseconds