Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sanitize_dataflow (0.19 sec)

  1. tensorflow/compiler/aot/flags.cc

          {"experimental_quantize", &flags->experimental_quantize,
           "If set, quantization passes will run and dump the result before HLO "
           "code generation."},
          {"sanitize_dataflow", &flags->sanitize_dataflow,
           "Enable DataFlow Sanitizer pass."},
          {"sanitize_abilists_dataflow", &flags->sanitize_abilists_dataflow,
           "Comma separated list of ABIList file paths."},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 05 16:55:24 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/flags.h

      string out_metadata_object;
      string out_header;
      string out_session_module;
      string mlir_components;
      bool experimental_quantize = false;
    
      // Sanitizer pass options
      bool sanitize_dataflow = false;
      string sanitize_abilists_dataflow;
    
      // C++ codegen options
      bool gen_name_to_index = false;
      bool gen_program_shape = false;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 05 16:55:24 UTC 2022
    - 1.8K bytes
    - Viewed (0)
Back to top