Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,843 for lake (0.81 sec)

  1. 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)
  2. tensorflow/compiler/mlir/lite/tests/debuginfo/v1_1.0_224_frozen.wrong_attr.line.part.pbtxt.debug

    files: "fake/user/code/file_A.py"
    files: "fake/user/code/file_B.py"
    files: "fake/user/code/file_C.py"
    files: "fake/user/code/file_D.py"
    files: "fake/user/code/file_E.py"
    files: "fake/user/code/file_F.py"
    files: "fake/user/code/file_G.py"
    files: "fake/user/code/file_H.py"
    files: "fake/user/code/file_I.py"
    files: "fake/user/code/file_J.py"
    files: "fake/user/code/file_K.py"
    files: "fake/user/code/file_L.py"
    files: "fake/user/code/file_M.py"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 11 15:36:55 UTC 2019
    - 3.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/debuginfo/v1_1.0_224_frozen.wrong_attr.stack.part.pbtxt.debug

    files: "fake/user/code/file_A.py"
    files: "fake/user/code/file_B.py"
    files: "fake/user/code/file_C.py"
    files: "fake/user/code/file_D.py"
    files: "fake/user/code/file_E.py"
    files: "fake/user/code/file_F.py"
    files: "fake/user/code/file_G.py"
    files: "fake/user/code/file_H.py"
    files: "fake/user/code/file_I.py"
    files: "fake/user/code/file_J.py"
    files: "fake/user/code/file_K.py"
    files: "fake/user/code/file_L.py"
    files: "fake/user/code/file_M.py"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 11 15:36:55 UTC 2019
    - 3.9K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/util/runtime/runtime_fake_test.go

    	return fakeReturns.res, fakeReturns.err
    }
    
    func (fake *fakeImpl) PullImageReturns(res string, err error) {
    	fake.pullImageReturns = struct {
    		res string
    		err error
    	}{res, err}
    }
    
    func (fake *fakeImpl) RemovePodSandbox(context.Context, cri.RuntimeService, string) error {
    	fakeReturns := fake.removePodSandboxReturns
    	return fakeReturns.res
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/eastwest-labelport.status.yaml.golden

      listeners:
      - attachedRoutes: 1
        conditions:
        - lastTransitionTime: fake
          message: No errors found
          reason: Accepted
          status: "True"
          type: Accepted
        - lastTransitionTime: fake
          message: No errors found
          reason: NoConflicts
          status: "False"
          type: Conflicted
        - lastTransitionTime: fake
          message: No errors found
          reason: Programmed
          status: "True"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 10 02:30:27 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/route-binding.status.yaml.golden

      listeners:
      - attachedRoutes: 1
        conditions:
        - lastTransitionTime: fake
          message: No errors found
          reason: Accepted
          status: "True"
          type: Accepted
        - lastTransitionTime: fake
          message: No errors found
          reason: NoConflicts
          status: "False"
          type: Conflicted
        - lastTransitionTime: fake
          message: No errors found
          reason: Programmed
          status: "True"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/reference-policy-tcp.status.yaml.golden

      listeners:
      - attachedRoutes: 1
        conditions:
        - lastTransitionTime: fake
          message: No errors found
          reason: Accepted
          status: "True"
          type: Accepted
        - lastTransitionTime: fake
          message: No errors found
          reason: NoConflicts
          status: "False"
          type: Conflicted
        - lastTransitionTime: fake
          message: No errors found
          reason: Programmed
          status: "True"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 16 17:59:50 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  8. pkg/proxy/ipvs/ipset/testing/fake_test.go

    	}
    
    	// Destroy a given set
    	if err := fake.DestroySet(set.Name); err != nil {
    		t.Errorf("Unexpected error: %v", err)
    	}
    	if fake.Sets[set.Name] != nil {
    		t.Errorf("Unexpected set: %v", fake.Sets[set.Name])
    	}
    	if fake.Entries[set.Name] != nil {
    		t.Errorf("Unexpected entries: %v", fake.Entries[set.Name])
    	}
    
    	// Destroy all sets
    	if err := fake.DestroyAllSets(); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/isolation.status.yaml.golden

      listeners:
      - attachedRoutes: 1
        conditions:
        - lastTransitionTime: fake
          message: No errors found
          reason: Accepted
          status: "True"
          type: Accepted
        - lastTransitionTime: fake
          message: No errors found
          reason: NoConflicts
          status: "False"
          type: Conflicted
        - lastTransitionTime: fake
          message: No errors found
          reason: Programmed
          status: "True"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  10. pkg/kubelet/cadvisor/testing/cadvisor_fake.go

    	fakeMemoryCapacity = 4026531840
    	fakeDockerVersion  = "1.13.1"
    )
    
    var _ cadvisor.Interface = new(Fake)
    
    // Start is a fake implementation of Interface.Start.
    func (c *Fake) Start() error {
    	return nil
    }
    
    // ContainerInfoV2 is a fake implementation of Interface.ContainerInfoV2.
    func (c *Fake) ContainerInfoV2(name string, options cadvisorapiv2.RequestOptions) (map[string]cadvisorapiv2.ContainerInfo, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 22:07:20 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top