Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for output_batch (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

        auto output_shape = output_type.getShape();
    
        // output batch = input batch / (block_size * block_size).
        int64_t input_batch = input_shape[0];
        int64_t output_batch = output_shape[0];
        if (static_dims(input_batch, output_batch) &&
            (output_batch * block_size * block_size) != input_batch)
          return op.emitOpError()
                 << "requires output batch (dimension 0) to be equal to input "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
Back to top