Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for wads (0.04 sec)

  1. RELEASE.md

        `instead of graph.proto`.
    *   `ops.NoGradient` was renamed `ops.NotDifferentiable`. `ops.NoGradient` will
        be removed soon.
    *   `dot.h` / DotGraph was removed (it was an early analysis tool prior to
        TensorBoard, no longer that useful). It remains in history should someone
        find the code useful.
    *   re2 / regexp.h was removed from being a public interface of TF. Should users
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    			t.Errorf("Unexpected failure for scenario: %s - %+v", name, errs)
    		}
    		if diff := cmp.Diff(originalNewPV, scenario.newPV); len(diff) > 0 {
    			t.Errorf("newPV was modified: %s", diff)
    		}
    		if diff := cmp.Diff(originalOldPV, scenario.oldPV); len(diff) > 0 {
    			t.Errorf("oldPV was modified: %s", diff)
    		}
    	}
    }
    
    func TestValidatePeristentVolumeAttributesClassUpdate(t *testing.T) {
    	scenarios := map[string]struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top