For vector space $V$, suppose we have a linear map $U : V \rightarrow T^{1,1}V$, taking a vector and returning a tensor of type $(1,1)$ over $V$, i.e. a linear map $V \rightarrow V$.
We can feed $U$ two vectors and a dual vector and get back a scalar, just like a tensor of type $(1,2)$. But is $U$ multilinear?
If that's true then, more generally, can we understand any linear map $T^{k,l}V \rightarrow T^{p,q}V$ as a tensor of type $T^{p+l,q+k}$?
Yes. The easiest way to see it is to think of tensors as elements of
$$ T^{(k,l)}V = (V^{*})^{\otimes k} \otimes V^{\otimes l}. $$
Now, a linear map $T \colon V \rightarrow W$ between finite dimensional vector spaces can be identified with an element of $V^{*} \otimes W$. In particular, a linear map $T \colon T^{(k,l)}V \rightarrow T^{(p,q)}V$ can be identified with an element of
$$ \left( T^{(k,l)} \right)^{*} \otimes T^{(p,q)} V = \left( (V^{*})^{\otimes k} \otimes V^{\otimes l} \right)^{*} \otimes \left( (V^{*})^{\otimes p} \otimes V^{\otimes q)} \right) \cong \\ \left( \left( V^{*} \right)^{\otimes k} \right)^{*} \otimes \left( V^{\otimes l} \right)^{*} \otimes \left( V^{*} \right)^{\otimes p} \otimes V^{\otimes q} \cong \\ V^{\otimes k} \otimes \left( V^{*} \right)^{\otimes l} \otimes \left( V^{*} \right)^{p} \otimes V^{q} \cong \\ \left( V^{*} \right)^{\otimes (p + l)} \otimes V^{\otimes (q + k) } = T^{(p + l, q + k)} V.$$
where I used various isomorphisms such as $$(V \otimes W)^{*} \cong V^{*} \otimes W^{*}, \,\,\, \left( V^{*} \right)^{*} \cong V, \,\,\, V \otimes W \cong W \otimes V,$$
and so on.
This might look like I'm avoiding a direct answer to your question using "fancy isomorphisms" but the answer is actually there. For example, for your case, the resulting $(1,2)$ tensor, written in terms of $U \colon V \rightarrow \operatorname{Hom}(V,V)$ is given explicitly by
$$ (\varphi, v, w) \mapsto \varphi((U(v))(w)) $$
(or by $(\varphi, v, w) \mapsto \varphi((U(w))(v))$ which is not the same but gives you another way to convert $U$ into a $(1,2)$ tensor using a different isomorphism!). You can directly verify that this is multilinear in $\varphi,v,w$.