Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetEinsumDimensionNumbers (0.35 sec)

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

        if (lhs_index == lhs_map.end()) {
          // out only isn't supported
          return std::nullopt;
        }
      }
      return dnums;
    }
    
    std::optional<EinsumDimensionNumbers> GetEinsumDimensionNumbers(
        llvm::StringRef equation, RankedTensorType lhs_ty,
        RankedTensorType rhs_ty) {
      llvm::StringRef lhs_rhs;
      llvm::StringRef out;
      std::tie(lhs_rhs, out) = equation.split("->");
    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