Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _input_shapes (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          input_shape[1], block_shape[0],
          ...,
          input_shape[M], block_shape[M-1],
    
          input_shape[M+1], ..., input_shape[N-1]]
    
    3. Reshape `permuted` to produce `reshaped_permuted` of shape
         [batch / prod(block_shape),
    
          input_shape[1] * block_shape[0],
          ...,
          input_shape[M] * block_shape[M-1],
    
          input_shape[M+1],
          ...,
          input_shape[N-1]]
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top