Searched defs:biasVector (Results 1 – 3 of 3) sorted by relevance
139 std::vector<T> biasVector(biasBuffer, biasBuffer + biasTensor.GetNumElements()); in Run() local150 std::vector<T> biasVector(outputChannels, T(0)); in Run() local
113 std::vector<T> biasVector = GetVector<T>(outputDimensionSizes[3], 3.3f, 0.1f); in CreatNetwork() local
840 std::vector<float> biasVector = {11}; in BOOST_AUTO_TEST_CASE() local