Home
last modified time | relevance | path

Searched refs:valueWeight (Results 1 - 2 of 2) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dfullconnection_test.cpp62 float* valueWeight = new (std::nothrow) float[4]{1, 1, 1, 1}; in SetInputToAlltensor() local
63 EXPECT_NE(nullptr, valueWeight); in SetInputToAlltensor()
65 tensor->SetBuffer(valueWeight, numWeight * sizeof(float)); in SetInputToAlltensor()
H A Dfullconnection_with_axis_test.cpp64 float* valueWeight = new (std::nothrow) float[4]{1, 1, 1, 1}; in SetInputToAlltensor() local
65 EXPECT_NE(nullptr, valueWeight); in SetInputToAlltensor()
66 tensor->SetBuffer(valueWeight, weightNum * sizeof(float)); in SetInputToAlltensor()

Completed in 4 milliseconds