• Gets the new shape of the input Tensor after it's been reshaped to: [blockShape[0], ..., blockShape[M-1], batch / prod(blockShape), inputShape[1], ..., inputShape[N-1]]

    See step 1: https://www.tensorflow.org/api_docs/python/tf/batch_to_space_nd

    Parameters

    • inputShape: number[]
    • blockShape: number[]
    • prod: number
    • Optional batchToSpace: boolean

    Returns number[]

Generated using TypeDoc