Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for h_scale (0.08 sec)

  1. tensorflow/compiler/mlir/lite/quantization/lite/quantize_weights_test.cc

            auto shape = GetAsVector(quant_tensor->shape());
            if (kUseUpdatedHybridSchemeDefault) {
              EXPECT_EQ(quant_tensor->quantization()->scale()->size(), shape[0]);
            } else {
              EXPECT_EQ(quant_tensor->quantization()->scale()->size(), 1);
            }
          } else {
            EXPECT_EQ(quant_tensor->type(), TensorType_FLOAT32);
          }
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  2. pkg/features/kube_features.go

    	// owner: @arjunrn @mwielgus @josephburnett @sanposhiho
    	// kep: https://kep.k8s.io/1610
    	// alpha: v1.20
    	// beta:  v1.27
    	// GA:  v1.30
    	//
    	// Add support for the HPA to scale based on metrics from individual containers
    	// in target pods
    	HPAContainerMetrics featuregate.Feature = "HPAContainerMetrics"
    
    	// owner: @dxist
    	// alpha: v1.16
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top