Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for unbounded (0.32 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      if (auto input_ty = mlir::dyn_cast<RankedTensorType>(old_arg_type)) {
        ArrayRef<int64_t> bounds = hlo::encodingToBounds(input_ty.getEncoding());
        // The input type has bounded dynamic dimension.
        if (!bounds.empty()) {
          SmallVector<int64_t> new_bounds(bounds.begin(), bounds.end());
          SmallVector<int64_t> new_shape(shape.begin(), shape.end());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier_test.go

    	}
    
    	// delete multi-port service3
    	fp.OnServiceDelete(service3)
    	fp.syncProxyRules()
    	remainingAddrs, _ = fp.netlinkHandle.ListBindAddress(defaultDummyDevice)
    	// all addresses should be unbound
    	if len(remainingAddrs) != 0 {
    		t.Errorf("Expected number of remaining bound addrs after cleanup to be %v. Got %v", 0, len(remainingAddrs))
    	}
    }
    
    func Test_getFirstColumn(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
Back to top