Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Malloc (0.13 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    }
    
    func ipIsAllocated(t *testing.T, alloc ipallocator.Interface, ipstr string) bool {
    	t.Helper()
    	ip := netutils.ParseIPSloppy(ipstr)
    	if ip == nil {
    		t.Errorf("error parsing IP %q", ipstr)
    		return false
    	}
    	return alloc.Has(ip)
    }
    
    func portIsAllocated(t *testing.T, alloc portallocator.Interface, port int32) bool {
    	t.Helper()
    	if port == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      Block *block = rewriter.createBlock(body);
      auto inputs = func_ty.getInputs();
      block->addArguments(inputs, SmallVector<Location>(inputs.size(), loc));
      mlir::func::CallOp call_op = rewriter.create<mlir::func::CallOp>(
          loc, func, func_ty.getResults(), block->getArguments());
      rewriter.create<mhlo::ReturnOp>(loc, call_op.getResults());
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    	// Allow users to recover from previously failing expansion operation
    	EnableRecoverFromExpansionFailure bool
    	// Allow to validate the label value of the label selector
    	AllowInvalidLabelValueInSelector bool
    	// Allow to validate the API group of the data source and data source reference
    	AllowInvalidAPIGroupInDataSourceOrRef bool
    	// Allow users to modify the class of volume attributes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.14.md

    * Allow Cinder volume limit to be configured from node too ([#74542](https://github.com/kubernetes/kubernetes/pull/74542), [@gnufied](https://github.com/gnufied))
    * Fix subnet annotation checking for Azure internal loadbalancer ([#74498](https://github.com/kubernetes/kubernetes/pull/74498), [@feiskyer](https://github.com/feiskyer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // The argument types don't match the parameter types for the
      // pcall_multi_in_out function. That's fine for a PartitionedCallOp but not
      // for a standard CallOp, so this op can't be lowered.
      // CHECK: "tf.PartitionedCall"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  6. ChangeLog.md

    - [`KT-1982`](https://youtrack.jetbrains.com/issue/KT-1982) Smart cast to a common supertype of subject types after `||` (OR operator)
    - [`KT-65964`](https://youtrack.jetbrains.com/issue/KT-65964) KMP: Private constructor in external classes
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top