Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for asSet (0.04 sec)

  1. android/guava/src/com/google/common/graph/Network.java

       * #incidentNodes(Object)}). If this network does not {@link #allowsParallelEdges() allow parallel
       * edges}, the resulting set will contain at most one edge (equivalent to {@code
       * edgeConnecting(nodeU, nodeV).asSet()}).
       *
       * <p>If either {@code nodeU} or {@code nodeV} are removed from the network after this method is
       * called, the {@code Set} {@code view} returned by this method will be invalidated, and will
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. guava/src/com/google/common/graph/Network.java

       * #incidentNodes(Object)}). If this network does not {@link #allowsParallelEdges() allow parallel
       * edges}, the resulting set will contain at most one edge (equivalent to {@code
       * edgeConnecting(nodeU, nodeV).asSet()}).
       *
       * <p>If either {@code nodeU} or {@code nodeV} are removed from the network after this method is
       * called, the {@code Set} {@code view} returned by this method will be invalidated, and will
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/saved_model/internal/saved_model_api_test.cc

      EXPECT_EQ(TF_NumDims(result), 0);
      tensorflow::tstring* output_value =
          static_cast<tensorflow::tstring*>(TF_TensorData(result));
      std::string file_contents(*output_value);
      EXPECT_NE(file_contents.find("TEST ASSET FILE CONTENTS"), std::string::npos);
    
      TF_DeleteTensor(result);
      TFE_DeleteTensorHandle(read_file_fn_outputs[0]);
      TFE_DeleteOp(read_file_op);
      TF_DeleteSavedModel(saved_model);
      TF_DeleteStatus(status);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 08:08:45 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/DependencyGraphBuilder.java

                    }
                }
    
                private boolean doesNotDeclareExplicitCapability(NodeState nodeState) {
                    return nodeState.getMetadata().getCapabilities().asSet().isEmpty();
                }
            });
        }
    
        private boolean resolveEdges(
            final NodeState node,
            final List<EdgeState> dependencies,
            final Spec<EdgeState> dependencyFilter,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializer.java

                }
            }
    
            private void writeVariantCapabilities(ImmutableCapabilities capabilities) throws IOException {
                ImmutableSet<ImmutableCapability> capabilitySet = capabilities.asSet();
                encoder.writeSmallInt(capabilitySet.size());
                for (Capability capability : capabilitySet) {
                    boolean shadowed = capability instanceof ShadowedCapability;
                    if (shadowed) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 04:22:29 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  6. go.work.sum

    cloud.google.com/go/area120 v0.8.1 h1:wiOq3KDpdqXmaHzvZwKdpoM+3lDcqsI2Lwhyac7stss=
    cloud.google.com/go/artifactregistry v1.14.1 h1:k6hNqab2CubhWlGcSzunJ7kfxC7UzpAfQ1UPb9PDCKI=
    cloud.google.com/go/asset v1.14.1 h1:vlHdznX70eYW4V1y1PxocvF6tEwxJTTarwIGwOhFF3U=
    cloud.google.com/go/assuredworkloads v1.11.1 h1:yaO0kwS+SnhVSTF7BqTyVGt3DTocI6Jqo+S3hHmCwNk=
    cloud.google.com/go/automl v1.13.1 h1:iP9iQurb0qbz+YOOMfKSEjhONA/WcoOIjt6/m+6pIgo=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:12 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/wasm/wasmobj.go

    	for name, reg := range Register {
    		registerNames[reg-MINREG] = name
    	}
    }
    
    func rconv(r int) string {
    	return registerNames[r-MINREG]
    }
    
    var unaryDst = map[obj.As]bool{
    	ASet:          true,
    	ATee:          true,
    	ACall:         true,
    	ACallIndirect: true,
    	ABr:           true,
    	ABrIf:         true,
    	ABrTable:      true,
    	AI32Store:     true,
    	AI64Store:     true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  8. pkg/controller/cronjob/utils_test.go

    		},
    		{
    			name:     "only the second has a nil start time",
    			input:    []*batchv1.Job{aSet, bNil},
    			expected: []*batchv1.Job{aSet, bNil},
    		},
    		{
    			name:     "both have non-nil, equal start time",
    			input:    []*batchv1.Job{bSet, aSet},
    			expected: []*batchv1.Job{aSet, bSet},
    		},
    		{
    			name:     "both have non-nil, different start time",
    			input:    []*batchv1.Job{aSetLater, bSet},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/riscv/cpu.go

    	ACSRRS
    	ACSRRC
    	ACSRRWI
    	ACSRRSI
    	ACSRRCI
    
    	// 3.2.1: Environment Call and Breakpoint
    	AECALL
    	ASCALL
    	AEBREAK
    	ASBREAK
    
    	// 3.2.2: Trap-Return Instructions
    	AMRET
    	ASRET
    	ADRET
    
    	// 3.2.3: Wait for Interrupt
    	AWFI
    
    	// 4.2.1: Supervisor Memory-Management Fence Instruction
    	ASFENCEVMA
    
    	//
    	// RISC-V Bit-Manipulation ISA-extensions (1.0)
    	//
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/riscv/inst.go

    	case ASRAI:
    		return &inst{0x13, 0x5, 0x0, 1024, 0x20}
    	case ASRAIW:
    		return &inst{0x1b, 0x5, 0x0, 1024, 0x20}
    	case ASRAW:
    		return &inst{0x3b, 0x5, 0x0, 1024, 0x20}
    	case ASRET:
    		return &inst{0x73, 0x0, 0x2, 258, 0x8}
    	case ASRL:
    		return &inst{0x33, 0x5, 0x0, 0, 0x0}
    	case ASRLI:
    		return &inst{0x13, 0x5, 0x0, 0, 0x0}
    	case ASRLIW:
    		return &inst{0x1b, 0x5, 0x0, 0, 0x0}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top