Return the shape of s0 op s1 with broadcast.
compute r0, the broadcasted shape as a tensor. s0, s1 and r0 are all integer vectors.
This function returns the shape of the result of an operation between two tensors of size s0 and s1 performed with broadcast.
A tensor representing a shape
Generated using TypeDoc
Return the shape of s0 op s1 with broadcast.
compute r0, the broadcasted shape as a tensor. s0, s1 and r0 are all integer vectors.
This function returns the shape of the result of an operation between two tensors of size s0 and s1 performed with broadcast.