Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 379 for desc2 (0.74 sec)

  1. tensorflow/c/c_api.cc

                                           TF_Status* status)
        TF_EXCLUSIVE_LOCKS_REQUIRED(desc->graph->mu) {
      Node* ret = nullptr;
    
      if (desc->graph->name_map.count(desc->node_builder.node_name())) {
        status->status = InvalidArgument("Duplicate node name in graph: '",
                                         desc->node_builder.node_name(), "'");
      } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. src/image/draw/clip_test.go

    		if !c.r0.Eq(r) {
    			t.Errorf("%s: clip rectangle want %v got %v", c.desc, c.r0, r)
    			continue
    		}
    		if !c.sp0.Eq(sp) {
    			t.Errorf("%s: sp want %v got %v", c.desc, c.sp0, sp)
    			continue
    		}
    		if !c.nilMask {
    			if !c.mp0.Eq(mp) {
    				t.Errorf("%s: mp want %v got %v", c.desc, c.mp0, mp)
    				continue
    			}
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/util/config/initconfiguration_test.go

    				rt.validate(t, obj)
    			}
    		})
    	}
    }
    
    func TestDefaultTaintsMarshaling(t *testing.T) {
    	tests := []struct {
    		desc             string
    		cfg              kubeadmapiv1.InitConfiguration
    		expectedTaintCnt int
    	}{
    		{
    			desc: "Uninitialized nodeRegistration field produces expected taints",
    			cfg: kubeadmapiv1.InitConfiguration{
    				TypeMeta: metav1.TypeMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 13 09:17:03 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  4. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt

            }
    
            fun newApi(thing: String, desc: String): String =
                "$thing ${describe(thing, desc)}: New public API in 2.0 (@Incubating)"
    
            fun added(thing: String, desc: String): List<String> =
                listOf(
                    "$thing ${describe(thing, desc)}: Is not annotated with @Incubating.",
                    "$thing ${describe(thing, desc)}: Is not annotated with @since 2.0."
                )
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  5. tests/integration/telemetry/api/wasmplugin_test.go

    			applyAndTestWasmWithOCI(t, wasmTestConfigs{
    				desc:            "initial creation with 0.0.1",
    				name:            "wasm-test-module",
    				tag:             tag,
    				policy:          "",
    				upstreamVersion: "0.0.1",
    				expectedVersion: "0.0.1",
    			})
    
    			resetWasm(t, "wasm-test-module")
    			applyAndTestWasmWithOCI(t, wasmTestConfigs{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/DefaultRepositoryHandler.java

            return desc -> config.execute(new InclusiveRepositoryContentDescriptor() {
                @Override
                public void includeGroup(String group) {
                    desc.excludeGroup(group);
                }
    
                @Override
                public void includeGroupAndSubgroups(String groupPrefix) {
                    desc.excludeGroupAndSubgroups(groupPrefix);
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:16:47 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GroovyScriptClassCompiler.java

            @Override
            public void visitOuterClass(String owner, String name, String desc) {
                super.visitOuterClass(remap(owner), remap(name), remap(desc));
            }
    
            @Override
            public AnnotationVisitor visitAnnotation(String desc, boolean visible) {
                return super.visitAnnotation(remap(desc), visible);
            }
    
            class MethodRenamer extends MethodVisitor {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:23:24 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

    opt<std::string> input_model(llvm::cl::Positional,
                                 llvm::cl::desc("<input model path>"),
                                 llvm::cl::Required);
    
    // NOLINTNEXTLINE
    opt<std::string> output_path("o", llvm::cl::desc("<output path>"),
                                 llvm::cl::Required);
    
    // NOLINTNEXTLINE
    opt<std::string> export_type("export-type", llvm::cl::desc("<export type>"),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  9. pkg/apis/storage/v1/defaults_test.go

    	enabled := true
    	disabled := false
    	tests := []struct {
    		desc     string
    		field    string
    		wantSpec *storagev1.CSIDriverSpec
    	}{
    		{
    			desc:     "AttachRequired default to true",
    			field:    "AttachRequired",
    			wantSpec: &storagev1.CSIDriverSpec{AttachRequired: &enabled},
    		},
    		{
    			desc:     "PodInfoOnMount default to false",
    			field:    "PodInfoOnMount",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  10. pkg/log/scope_test.go

    	}
    }
    
    func TestScopeEnabled(t *testing.T) {
    	const name = "TestEnabled"
    	const desc = "Desc"
    	s := RegisterScope(name, desc)
    
    	if n := s.Name(); n != name {
    		t.Errorf("Got %s, expected %s", n, name)
    	}
    
    	if d := s.Description(); d != desc {
    		t.Errorf("Got %s, expected %s", d, desc)
    	}
    
    	cases := []struct {
    		level        Level
    		debugEnabled bool
    		infoEnabled  bool
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 17:36:09 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top