Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 97 for METHOD (0.09 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

      // These flags are only used for testing purpose.
      Option<QuantMethod> quantization_method_{
          *this, "quantization-method",
          llvm::cl::init(tensorflow::quantization::QuantizationMethod::
                             METHOD_STATIC_RANGE_INT8),
          llvm::cl::desc("Choose quantization method."),
          llvm::cl::values(
              clEnumValN(tensorflow::quantization::QuantizationMethod::
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  2. tests/integration/ambient/baseline_test.go

    				overrideCheck(&opt)
    				src.CallOrFail(t, opt)
    			})
    			t.NewSubTest("explicit deny").Run(func(t framework.TestContext) {
    				opt := opt.DeepCopy()
    				opt.HTTP.Path = "/explicit-deny"
    				opt.HTTP.Method = http.MethodPost
    				opt.Check = CheckDeny
    				overrideCheck(&opt)
    				src.CallOrFail(t, opt)
    			})
    			t.NewSubTest("wildcard allow").Run(func(t framework.TestContext) {
    				opt := opt.DeepCopy()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

            full_range_const = new_op.getOutput();
          }
          use.set(full_range_const);
        }
        if (cst.use_empty()) cst.erase();
      });
      return func;
    }
    
    // Helper method that returns the index of the tensor with name 'tensor_name'
    // in the list of tensor names 'tensors'. It allows excluding some indices.
    int GetTensorIndex(const std::string& tensor_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller.go

    	}
    
    	return manageJobErr
    }
    
    // deleteActivePods issues deletion for active Pods, preserving finalizers.
    // This is done through DELETE calls that set deletion timestamps.
    // The method trackJobStatusAndRemoveFinalizers removes the finalizers, after
    // which the objects can actually be deleted.
    // Returns number of successfully deletions issued.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

      }
      return mlir::success();
    }
    
    // Move outside compiled ops in `src` to `insertion_point` in host
    // computation (may be temporarily with `device_cluster` but moved in subsequent
    // call to this method).  Communication ops are added in both `src` and at
    // `insertion_point` using `compilation_key`, `device_ordinal` and
    // `communication_key_index` which is incremented when used. Communication ops
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  6. src/crypto/tls/handshake_server_test.go

    	}
    	runServerTestTLS12(t, test)
    }
    
    // TestHandshakeServerSNIGetCertificate is similar to TestHandshakeServerSNI, but
    // tests the dynamic GetCertificate method
    func TestHandshakeServerSNIGetCertificate(t *testing.T) {
    	config := testConfig.Clone()
    
    	// Replace the NameToCertificate map with a GetCertificate function
    	nameToCert := config.NameToCertificate
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  7. src/net/http/httputil/reverseproxy_test.go

    }
    
    func TestReverseProxy(t *testing.T) {
    	const backendResponse = "I am the backend"
    	const backendStatus = 404
    	backend := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
    		if r.Method == "GET" && r.FormValue("mode") == "hangup" {
    			c, _, _ := w.(http.Hijacker).Hijack()
    			c.Close()
    			return
    		}
    		if len(r.TransferEncoding) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  8. src/crypto/tls/common.go

    //
    // If this [ClientHelloInfo] was passed to a GetConfigForClient or GetCertificate
    // callback, this method will take into account the associated [Config]. Note that
    // if GetConfigForClient returns a different [Config], the change can't be
    // accounted for by this method.
    //
    // This function will call x509.ParseCertificate unless c.Leaf is set, which can
    // incur a significant performance cost.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  9. src/cmd/go/go_test.go

    		type T int
    		type I interface {M() T}
    	`)
    	tg.tempFile("src/b/export_test.go", `package b
    		func (*T) Method() *T { return nil }
    	`)
    	tg.tempFile("src/b/b_test.go", `package b_test
    		import (
    			"testing"
    			"a"
    			. "b"
    		)
    		func TestBroken(t *testing.T) {
    			x := new(T)
    			x.Method()
    			_ = new(a.Type)
    		}
    	`)
    
    	tg.setenv("GOPATH", tg.path("."))
    	tg.run("test", "b")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/buildlist.go

    // Graph method.
    //
    // The rootModules slice must be sorted according to gover.ModSort.
    // The caller must not modify the rootModules slice or direct map after passing
    // them to newRequirements.
    //
    // If vendoring is in effect, the caller must invoke initVendor on the returned
    // *Requirements before any other method.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top