• Gets the permutation that will transpose the dimensions of the reshaped tensor to shape:

    [batch / prod(block_shape),inputShape[1], blockShape[0], ..., inputShape[M], blockShape[M-1],inputShape[M+1], ..., inputShape[N-1]]

    see step 2: https://www.tensorflow.org/api_docs/python/tf/batch_to_space_nd

    Parameters

    • reshapedRank: number
    • blockShapeRank: number
    • Optional batchToSpace: boolean

    Returns number[]

Generated using TypeDoc