Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _input_shapes (0.49 sec)

  1. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

            }
            attr {
              key: "_construction_context"
              value {
                s: "kEagerRuntime"
              }
            }
            attr {
              key: "_input_shapes"
              value {
                list {
                  shape {
                    dim {
                      size: 150
                    }
                    dim {
                      size: 150
                    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  2. 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