Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_sanitize_abilists_dataflow (0.17 sec)

  1. tensorflow/compiler/aot/compile.cc

      aot_opts.set_use_mlir_hlo_lowering(use_mlir_hlo_lowering);
    
      if (flags.sanitize_dataflow) {
        aot_opts.set_sanitize_dataflow(flags.sanitize_dataflow);
        aot_opts.set_sanitize_abilists_dataflow(absl::StrSplit(
            flags.sanitize_abilists_dataflow, ',', absl::SkipEmpty()));
      }
    
      return CompileXla(client, computation, aot_opts, compile_result);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 08:28:57 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top