Searched refs:inputValue2 (Results 1 – 1 of 1) sorted by relevance
74 bool Compute(float inputValue0, float inputValue1, float inputValue2, float inputValue3,457 bool AddMulModel::Compute(float inputValue0, float inputValue1, float inputValue2, in Compute() argument512 std::vector<float> inputTensor2(tensorSize_, inputValue2); in Compute()575 const float goldenRef = (inputValue0 + inputValue1) * (inputValue2 + inputValue3); in Compute()