Home | History | Annotate | Download | only in op

Lines Matching defs:Reshape

6272 // Reshapes a quantized tensor as per the Reshape op.
10596 // This operation has the same semantics as reshape on the represented dense
19951 // reshape(t, [3, 3]) ==> [[1, 2, 3],
19958 // reshape(t, [2, 4]) ==> [[1, 1, 2, 2],
19969 // reshape(t, [-1]) ==> [1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6]
19974 // reshape(t, [2, -1]) ==> [[1, 1, 1, 2, 2, 2, 3, 3, 3],
19977 // reshape(t, [-1, 9]) ==> [[1, 1, 1, 2, 2, 2, 3, 3, 3],
19980 // reshape(t, [ 2, -1, 3]) ==> [[[1, 1, 1],
19989 // reshape(t, []) ==> 7
19995 func Reshape(scope *Scope, tensor tf.Output, shape tf.Output) (output tf.Output) {
20000 Type: "Reshape",
27192 // 2. Reshape `padded` to `reshaped_padded` of shape:
27212 // 4. Reshape `permuted_reshaped_padded` to flatten `block_shape` into the batch
27656 // 1. Reshape `input` to `reshaped` of shape:
27670 // 3. Reshape `permuted` to produce `reshaped_permuted` of shape