Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EquationToMap (0.1 sec)

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

      out = std::get<2>(flattended_labels);
    
      auto lhs_map_or = EquationToMap(lhs);
      if (!lhs_map_or.has_value()) return std::nullopt;
      auto lhs_map = lhs_map_or.value();
    
      auto rhs_map_or = EquationToMap(rhs);
      if (!rhs_map_or.has_value()) return std::nullopt;
      auto rhs_map = rhs_map_or.value();
    
      auto out_map_or = EquationToMap(out);
      if (!out_map_or.has_value()) return std::nullopt;
    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