Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsSupportedOp (0.08 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/mark_ops_for_outside_compilation.cc

      return (supported_ops.contains(op.getName()));
    }
    
    // Checks if the op is supported inside of a device cluster.  Ops not
    // in `tf_dialect` are considered supported.
    bool IsSupportedOp(Operation& op,
                       const llvm::DenseSet<OperationName>& supported_ops,
                       const Dialect* tf_dialect) {
      if (op.getDialect() != tf_dialect) return true;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top