Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 6,767 for cmfake (0.17 sec)

  1. tests/testdata/certs/dns/fake-root-cert.pem

    Navraj Singh Chhina <******@****.***> 1595002115 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 17 16:08:35 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  2. build/make-build-image.sh

    Benjamin Elder <******@****.***> 1547627676 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 16 08:34:36 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  3. releasenotes/notes/make-httpbin-work-ocp.yaml

    Jonh Wendell <******@****.***> 1700507291 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 20 19:08:11 UTC 2023
    - 156 bytes
    - Viewed (0)
  4. tests/testdata/certs/dns/fake-cert-chain.pem

    Jacek Ewertowski <******@****.***> 1666619920 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 24 13:58:40 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/prepare-tf-fake-quant.mlir

    // RUN: tf-opt %s -tfl-raise-custom-ops="test-raise-tf-targets=tf.FakeQuantWithMinMaxVarsPerChannel,tf.FakeQuantWithMinMaxVars" -tfl-prepare-tf=use-fake-quant-num-bits=true | FileCheck --check-prefix LOBIT --dump-input=always %s
    
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 0 : i32, producer = 268 : i32}} {
    
    // CHECK-LABEL: fakeQuantPerChannelForActivation
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/prepare-tf-fake-quant-4bit.mlir

    // RUN: tf-opt %s -tfl-raise-custom-ops="test-raise-tf-targets=tf.FakeQuantWithMinMaxVarsPerChannel,tf.FakeQuantWithMinMaxVars" -tfl-prepare-tf=use-fake-quant-num-bits=true | FileCheck --check-prefix LOBIT --dump-input=always %s
    
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 0 : i32, producer = 268 : i32}} {
    
    // CHECK-LABEL: fakeQuantPerChannelForActivation
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 22K bytes
    - Viewed (0)
  7. .gitignore

    /pip_test
    /_python_build
    *.pyc
    __pycache__
    *.swp
    .vscode/
    cmake_build/
    tensorflow/contrib/cmake/_build/
    .idea/**
    /build/
    [Bb]uild/
    /build_output/
    /tensorflow/core/util/version_info.cc
    /tensorflow/python/framework/fast_tensor_util.cpp
    /tensorflow/lite/gen/**
    /tensorflow/lite/tools/make/downloads/**
    /tensorflow/lite/tools/make/gen/**
    /api_init_files_list.txt
    /estimator_api_init_files_list.txt
    *.whl
    
    # Android
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 22:28:59 UTC 2024
    - 934 bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/crypto/sha3/shake.go

    // NewCShake128 creates a new instance of cSHAKE128 variable-output-length ShakeHash,
    // a customizable variant of SHAKE128.
    // N is used to define functions based on cSHAKE, it can be empty when plain cSHAKE is
    // desired. S is a customization byte string used for domain separation - two cSHAKE
    // computations on same input with different S yield unrelated outputs.
    // When N and S are both empty, this is equivalent to NewShake128.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/injection/injection-image.go

    	proxyImageMap := make(map[string]string)
    
    	// when multiple injector configmaps exist, we may need to assess them respectively.
    	c.ForEach(gvk.ConfigMap, func(r *resource.Instance) bool {
    		cmName := r.Metadata.FullName.Name.String()
    		if strings.HasPrefix(cmName, "istio-sidecar-injector") {
    			cm := r.Message.(*v1.ConfigMap)
    			proxyImageMap[cmName] = GetIstioProxyImage(cm)
    
    			return true
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  10. test/typeparam/sets.go

    	}
    }
    
    func TestCopy() {
    	s1 := _Make[float64]()
    	s1.Add(0)
    	s2 := s1.Copy()
    	if !_Equal(s1, s2) {
    		panic(fmt.Sprintf("_Equal(%v, %v) = false, want true", s1, s2))
    	}
    	s1.Add(1)
    	if _Equal(s1, s2) {
    		panic(fmt.Sprintf("_Equal(%v, %v) = true, want false", s1, s2))
    	}
    }
    
    func TestAddSet() {
    	s1 := _Make[int]()
    	s1.Add(1)
    	s1.Add(2)
    	s2 := _Make[int]()
    	s2.Add(2)
    	s2.Add(3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 5.7K bytes
    - Viewed (0)
Back to top