Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,623 for lake (0.05 sec)

  1. pkg/util/iptables/testing/fake.go

    	oldTable, err := f.Dump.GetTable(newTable.Name)
    	if err != nil {
    		return err
    	}
    
    	backupChains := make([]Chain, len(oldTable.Chains))
    	copy(backupChains, oldTable.Chains)
    
    	// Update internal state
    	if flush == iptables.FlushTables {
    		oldTable.Chains = make([]Chain, 0, len(newTable.Chains))
    	}
    	for _, newChain := range newTable.Chains {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/fake.go

    Jefftree <******@****.***> 1705698827 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/responsewriter/fake.go

    Abu Kashem <******@****.***> 1632151262 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 01 19:58:11 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  4. samples/bookinfo/src/docker-bake.hcl

    John Howard <******@****.***> 1708732597 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  5. samples/builder/docker-bake.hcl

    John Howard <******@****.***> 1710626582 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 16 22:03:02 UTC 2024
    - 845 bytes
    - Viewed (0)
  6. hack/make-rules/make-help.sh

    			if [ ${CMD_FLAG} = true ]; then
    				continue 2;
    			fi
    
    			echo -e "${red}${CMD_TARGETS}${reset}"
    			make -C "${KUBE_ROOT}" "${tar}" PRINT_HELP=y
    			echo "---------------------------------------------------------------------------------"
    
    			CMD_FLAG=true
    			continue 2
    		fi
    	done
    
    	echo -e "${red}${tar}${reset}"
    	make -C "${KUBE_ROOT}" "${tar}" PRINT_HELP=y
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 20 06:46:18 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top