Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 63 for experts (0.25 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

            input_shape, slice_start, slice_size);
        auto extended_part = rewriter->create<TF::TensorListReserveOp>(
            loc, resize_op.getOutputHandle().getType(), elem_shape, size_diff);
        // `ConcatOp` expects non-variant-typed input. Insert a
        // `TensorListStackOp` here to convert type from variant to non-variant.
        // Note that we are using the same `result_type` for both the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    		ProgressNotify:  true,
    	}
    	w, err := store.Watch(ctx, key, opts)
    	if err != nil {
    		t.Fatalf("Watch failed: %v", err)
    	}
    
    	// when we send a bookmark event, the client expects the event to contain an
    	// object of the correct type, but with no fields set other than the resourceVersion
    	testCheckResultFunc(t, w, func(actualEvent watch.Event) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  3. pkg/kubelet/status/status_manager_test.go

    	m.SetPodStatus(staticPod, status)
    
    	t.Logf("Expect not to see a delete action.")
    	verifyActions(t, m, []core.Action{getAction(), patchAction()})
    }
    
    func TestUpdateLastTransitionTime(t *testing.T) {
    	// On Windows, time.Now() is not as precise, which means that 2 consecutive calls may
    	// return the same timestamp. This test expects the old timestamp to be updated with a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 68.1K bytes
    - Viewed (0)
  4. src/cmd/cgo/gcc.go

    	sb.WriteString("func() ")
    	if call.Deferred {
    		sb.WriteString("func() ")
    	}
    
    	needsUnsafe := false
    	result := false
    	twoResults := false
    	if !call.Deferred {
    		// Check whether this call expects two results.
    		for _, ref := range f.Ref {
    			if ref.Expr != &call.Call.Fun {
    				continue
    			}
    			if ref.Context == ctxCall2 {
    				sb.WriteString("(")
    				result = true
    				twoResults = true
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // - Meshes will have their telemetry aggregated in one place
      // - Meshes will be federated together
      // - Policy will be written referencing one mesh from the other
      //
      // If an administrator expects that any of these conditions may become true in
      // the future, they should ensure their meshes have different Mesh IDs
      // assigned.
      //
      // Within a multicluster mesh, each cluster must be (manually or auto)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  6. src/time/time.go

    	unix := int64(abs) + (absoluteToInternal + internalToUnix)
    
    	// Look for zone offset for expected time, so we can adjust to UTC.
    	// The lookup function expects UTC, so first we pass unix in the
    	// hope that it will not be too close to a zone transition,
    	// and then adjust if it is.
    	_, offset, start, end, _ := loc.lookup(unix)
    	if offset != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  7. src/go/printer/nodes.go

    			p.print(newline)
    		}
    	}
    	return
    }
    
    // setComment sets g as the next comment if g != nil and if node comments
    // are enabled - this mode is used when printing source code fragments such
    // as exports only. It assumes that there is no pending comment in p.comments
    // and at most one pending comment in the p.comment cache.
    func (p *printer) setComment(g *ast.CommentGroup) {
    	if g == nil || !p.useNodeComments {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    ====
    
    In other cases, like with the link:{plugin-portal}plugin/org.gretty[Gretty Plugin] when configuring farms, the plugin expects a delegate closure:
    
    .Use `delegateClosureOf<T> {}`
    ====
    include::sample[dir="snippets/kotlinDsl/interoperability-delegate-closure-of/kotlin",files="build.gradle.kts[tags=delegateClosureOf]"]
    ====
    
    There sometimes isn't a good way to tell, from looking at the source code, which version to use.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        const MarkForCompilationPassImpl::DebugOptions& debug_options) {
      Graph* graph = options.graph->get();
      FunctionLibraryDefinition* flib_def = options.flib_def;
    
      // Deadness analysis expects a graph with source and sink edges properly
      // connected but sometimes the incoming graph does not follow this invariant.
      // So fix up the source and sink edges before calling into deadness analysis.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  10. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	VSUBEUQM T2, ZER, CAR2, T2  // VSBIQ   T2, ZER, CAR2, T2
    
    	VSEL TT0, T0, T2, T0
    	VSEL TT1, T1, T2, T1
    
    	// Reorder the bytes so STXVD2X can be used.
    	// TT0, TT1 used for VPERM result in case
    	// the caller expects T0, T1 to be good.
    	XXPERMDI T0, T0, $2, TT0
    	XXPERMDI T1, T1, $2, TT1
    
    	STXVD2X TT0, (R0)(res_ptr)
    	STXVD2X TT1, (R16)(res_ptr)
    	RET
    
    #undef res_ptr
    #undef x_ptr
    #undef CPOOL
    #undef T0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
Back to top