Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MarkUncompilableOps (0.23 sec)

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

                }
              }
            }
          }
        });
      }
    }
    
    // Marks uncompilable ops that are in `tf_dialect` for outside compilation.
    LogicalResult MarkUncompilableOps(
        const Dialect* tf_dialect, Block* block,
        llvm::DenseSet<OperationName>& supported_ops) {
      // Automatically marked ops for outside compilation have
      // `_xla_outside_compilation` attribute value of "auto" plus
    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