Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for experimental_quantize (0.29 sec)

  1. tensorflow/compiler/aot/compile.cc

      } else {
        TF_RETURN_IF_ERROR(ConvertGraphDefToXla(std::move(graph_def), config,
                                                client, &computation));
      }
    
      if (flags.experimental_quantize && *quantize_xla) {
        TF_RETURN_IF_ERROR((*quantize_xla)(config, &computation));
      }
    
      if (!flags.out_session_module.empty()) {
        TF_ASSIGN_OR_RETURN(std::unique_ptr<xla::HloSnapshot> module,
    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