Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 173 for withName (0.19 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

        Node* a = Input(b1.opts().WithName("A"));
        Node* b = Input(b1.opts().WithName("B"));
        Node* control = Input(b1.opts().WithName("Control"));
        Node* c =
            Unary(a, b1.opts().WithName("C").WithControlInput(control).WithAttr(
                         "_encapsulate", "F1"));
        Node* d = Binary(b, c,
                         b1.opts().WithName("D").WithControlInput(control).WithAttr(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/cluster_scoping_pass_test.cc

            "Unstage",
            builder.opts().WithName("unstage").WithAttr("dtypes", {DT_FLOAT}));
    
        Node* add0 = ops::BinaryOp("Add", a, b, builder.opts().WithName("add0"));
        Node* add1 =
            ops::BinaryOp("Add", unstage, b, builder.opts().WithName("add1"));
        Node* relu0 = ops::UnaryOp("Relu", add0, builder.opts().WithName("relu0"));
        ops::UnaryOp("Relu", add1, builder.opts().WithName("relu1"));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 29 16:20:48 UTC 2020
    - 6.7K bytes
    - Viewed (0)
  3. platforms/native/language-native/src/test/groovy/org/gradle/swiftpm/plugins/SwiftPackageManagerExportPluginTest.groovy

        }
    
        def "uses max swift language version"() {
            given:
            def lib1Project = ProjectBuilder.builder().withName("lib1").withParent(project).build()
            def lib2Project = ProjectBuilder.builder().withName("lib2").withParent(project).build()
            def lib3Project = ProjectBuilder.builder().withName("lib3").withParent(project).build()
    
            project.pluginManager.apply(SwiftPackageManagerExportPlugin)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/partially_decluster_pass_test.cc

        Node* input =
            ops::SourceOp("FakeNullary", builder.opts().WithName("Input"));
        Node* clustered_producer =
            ops::BinaryOp("FakeBinary", input, input,
                          builder.opts().WithName("ClusteredProducer"));
        ops::BinaryOp("FakeBinary", clustered_producer, input,
                      builder.opts().WithName("UnclusteredConsumer"));
        Node* clustered_consumer =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 23K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/api/internal/catalog/parser/TomlCatalogFileParserTest.groovy

            }
            hasDependency('simple-with-rich1') {
                withGroup 'foo'
                withName 'bar'
                withVersion {
                    prefer '1.0'
                }
            }
            hasDependency('simple-with-rich2') {
                withGroup 'foo'
                withName 'bar'
                withVersion {
                    prefer '1.0'
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 05:41:21 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

        Node* b = ops::UnaryOp("Relu", a, builder.opts().WithName("B"));
        Node* c = ops::UnaryOp("Relu", b, builder.opts().WithName("C"));
        Node* d =
            ops::UnaryOp("UncompilableUnary", c, builder.opts().WithName("D"));
        Node* e = ops::UnaryOp("Relu", d, builder.opts().WithName("E"));
        ops::UnaryOp("Relu", e, builder.opts().WithName("F"));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/ambient/policies.go

    			LabelSelector: model.NewSelector(i.Spec.GetSelector().GetMatchLabels()),
    		}
    	}, krt.WithName("PeerAuthDerivedPolicies"))
    
    	ImplicitWaypointPolicies := krt.NewCollection(Waypoints, func(ctx krt.HandlerContext, waypoint Waypoint) *model.WorkloadAuthorization {
    		return implicitWaypointPolicy(ctx, MeshConfig, waypoint)
    	}, krt.WithName("DefaultAllowFromWaypointPolicies"))
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex.go

    	Services := krt.NewInformerFiltered[*v1.Service](options.Client, filter, krt.WithName("Services"))
    	Nodes := krt.NewInformerFiltered[*v1.Node](options.Client, kclient.Filter{
    		ObjectFilter:    options.Client.ObjectFilter(),
    		ObjectTransform: kubeclient.StripNodeUnusedFields,
    	}, krt.WithName("Nodes"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 19 17:19:41 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/internal/tooling/BuildInvocationsBuilderTest.groovy

        @Shared
        def project = TestUtil.builder(temporaryFolder).withName("root").build()
        @Shared
        def child = ProjectBuilder.builder().withName("child").withParent(project).build()
        @Shared
        def grandChild1OfChild = ProjectBuilder.builder().withName("grandChild1").withParent(child).build()
        @Shared
        def grandChild2OfChild = ProjectBuilder.builder().withName("grandChild2").withParent(child).build()
    
        def setupSpec() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podschedulinggate.go

    	return &PodSchedulingGateApplyConfiguration{}
    }
    
    // WithName sets the Name field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Name field is set to the value of the last call.
    func (b *PodSchedulingGateApplyConfiguration) WithName(value string) *PodSchedulingGateApplyConfiguration {
    	b.Name = &value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 21:32:35 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top