op_reshape: Reshape

Description Usage Arguments

Description

Reshape

Usage

1
op_reshape(x, shape, begin_axis = NULL, end_axis = NULL, name = name)

Arguments

x

matrix or CNTK Function that outputs a tensor

shape

- list of ints representing tensor shape

begin_axis

- shape replacement begins at this axis

end_axis

- shape replacement ends at this axis (non-inclusive)

name

(str) the name of the Function instance in the network


joeddav/CNTK-R documentation built on May 6, 2019, 7:28 a.m.