Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for static_range_ptq_component (3.11 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/static_range_ptq.cc

                           *function_aliases, *ctx));
    
      StaticRangePtqComponent static_range_ptq_component(
          ctx.get(), &py_function_library, src_saved_model_path, signature_keys,
          tags, signature_def_map, *function_aliases);
      TF_ASSIGN_OR_RETURN(
          *module, static_range_ptq_component.Run(*module, quantization_config));
    
      TF_ASSIGN_OR_RETURN(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 12:49:45 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/stablehlo/quantization.cc

        StaticRangePtqComponent static_range_ptq_component(
            module_op.getContext(), quantization_py_function_lib, saved_model_dir,
            /*signature_keys=*/exported_names, saved_model_tags, signature_def_map,
            GetFunctionAliases(*saved_model_bundle));
    
        quantized_module_op =
            static_range_ptq_component.Run(module_op, updated_config);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 10:49:12 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top