Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 512g (0.03 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			message:               "message not messageExpression",
    			messageExpression:     fmt.Sprintf(`"%s"`, genString(5121, 'a')),
    			costBudget:            celconfig.RuntimeCELCostBudget,
    			expectedLogErr:        "messageExpression beyond allowable length of 5120",
    			expectedValidationErr: "message not messageExpression",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          enable_per_channel_quantization: bool,
      ):
        input_shape = (1, 512)
    
        self._create_matmul_model(
            input_shape=input_shape,
            weight_shape=(512, 2),
            saved_model_path=self._input_saved_model_path,
        )
    
        tags = {tag_constants.SERVING}
        quantization_options = quant_opts_pb2.QuantizationOptions(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top