Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for legalize_with_old_bridge (0.16 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.cc

      if (!mlir::SetTPUInfeedLayout(mlir_module))
        return errors::Internal("Failed to set layouts attribute");
    
      if (VLOG_IS_ON(2)) {
        tensorflow::DumpMlirOpToFile("legalize_with_old_bridge", mlir_module.get());
      }
      constexpr char kEntryFuncName[] = "main";
      auto main_fn = mlir_module->lookupSymbol<mlir::func::FuncOp>(kEntryFuncName);
      if (!main_fn) {
        return errors::Internal(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top