Home
last modified time | relevance | path

Searched refs:useAxisValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dfullconnection_with_axis_test.cpp102 bool* useAxisValue = new (std::nothrow) bool (true); in SetUseAxis() local
103 EXPECT_NE(nullptr, useAxisValue); in SetUseAxis()
105 tensor->SetBuffer(useAxisValue, sizeof(bool)); in SetUseAxis()
268 int32_t *useAxisValue = new (std::nothrow) int32_t(1); variable
269 EXPECT_NE(nullptr, useAxisValue);
270 tensor->SetBuffer(useAxisValue, sizeof(int32_t));
373 EXPECT_NE(nullptr, useAxisValue);
374 tensor->SetBuffer(useAxisValue, 2 * sizeof(int8_t));
514 bool *useAxisValue = new (std::nothrow) bool(false); variable
515 EXPECT_NE(nullptr, useAxisValue);
[all …]