Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for QAT (0.06 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.py

        A SavedModel object with TF quantization applied.
    
      Raises:
        ValueError: when the model is QAT model.
      """
      mode_str = 'weight-only quantization'
    
      # QAT weight-only is not supported yet.
      if _is_qat_saved_model(src_saved_model_path):
        raise ValueError(
            'The models trained with quantization-aware training (QAT) is not '
            'supported for %s.' % mode_str
        )
    
      logging.info(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  2. security/pkg/nodeagent/sds/sdsservice.go

    	"fmt"
    	"strconv"
    	"sync"
    	"sync/atomic"
    	"time"
    
    	cryptomb "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/private_key_providers/cryptomb/v3alpha"
    	qat "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/private_key_providers/qat/v3alpha"
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	tls "github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 25 00:20:04 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tf_tfl_passes.cc

            pass_config.quant_specs.qdq_conversion_mode !=
                mlir::quant::QDQConversionMode::kQDQNone) {
          AddQuantizationPasses(pass_config, *pass_manager);
          // Remove unnecessary QDQs while handling QAT models.
          pass_manager->addNestedPass<mlir::func::FuncOp>(
              mlir::TFL::CreatePostQuantizeRemoveQDQPass());
        } else if (pass_config.quant_specs
                       .RunAndRewriteDynamicRangeQuantizationPasses()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  4. Makefile.core.mk

    # (proto) Istio API non-CRDs, MeshConfig and ProxyConfig
    # (proto) Envoy TLS proto for SDS
    # (proto) Envoy Wasm filters for wasm xDS proxy
    # (proto) xDS discovery service for xDS proxy
    # (proto) SDS secret and contrib QAT and cryptomb
    .PHONY: check-agent-deps
    check-agent-deps:
    	@go list -f '{{ join .Deps "\n" }}' -tags=agent \
    			./pilot/cmd/pilot-agent/... \
    			./pkg/istio-agent/... | sort | uniq |\
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  5. pkg/config/xds/filter_types.gen.go

    	_ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/private_key_providers/cryptomb/v3alpha"
    	_ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/private_key_providers/qat/v3alpha"
    	_ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/regex_engines/hyperscan/v3alpha"
    	_ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/router/cluster_specifier/golang/v3alpha"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
Back to top