Searched refs:buffer2_in (Results 1 – 1 of 1) sorted by relevance
409 std::vector<hexagon_nn_input> buffer2_in = {{.src_id = node, .output_idx = 0}}; in addFusedFloatOperation() local410 buffer2_in.insert(buffer2_in.end(), actArgs.begin(), actArgs.end()); in addFusedFloatOperation()411 node = addOperationInternal(activation, NN_PAD_NA, buffer2_in, outs); in addFusedFloatOperation()