Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setActive (0.18 sec)

  1. tests/integration/pilot/common/routing.go

    					Check:   checker,
    				},
    			})
    		}
    	}
    }
    
    func TestExternalService(t TrafficContext) {
    	// Let us enable outboundTrafficPolicy REGISTRY_ONLY
    	// on one of the workloads, to verify selective external connectivity
    	SidecarScope := fmt.Sprintf(`apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: restrict-external-service
      namespace: %s
    spec:
      workloadSelector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        )
    
        self.assertLess(average_min_max_mse, min_max_mse)
    
    
    class SelectiveQuantizationTest(quantize_model_test_base.QuantizedModelTest):
      """Test cases regarding selective quantization."""
    
      def test_unitwise_spec_with_no_units(self):
        _, y_shape, bias_shape, x_signature, y_signature = (
            self._prepare_sample_einsum_datashapes('abc,acd->abd')
        )
    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