Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EinsumDimensionNumbers (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/einsum.cc

      return rewriter->create<TF::ReshapeOp>(loc, out_tensor_type,
                                             /*tensor=*/value,
                                             /*shape=*/segprod->getResults()[0]);
    }
    
    struct EinsumDimensionNumbers {
      // Each field contains the list of dimensions appearing only in the specifed
      // arguments of the einsum op with natural ordering. For example `rhs_out`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top