Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Previte (0.17 sec)

  1. cni/pkg/nodeagent/net_test.go

    	// make sure the uid was taken from cache and netns closed
    	netns := fixture.podNsMap.Take(string(pod.UID))
    	assert.Equal(t, nil, netns)
    
    	// run gc to clean up ns:
    
    	//revive:disable-next-line:call-to-gc Just a test that we are cleaning up the netns
    	runtime.GC()
    	assertNSClosed(t, closed)
    }
    
    func TestServerDeletePod(t *testing.T) {
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Apr 30 22:24:38 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Adds a `save_traces` argument to `model.save`/ `tf.keras.models.save_model`
        which determines whether the SavedModel format stores the Keras model/layer
        call functions. The traced functions allow Keras to revive custom models and
        layers without the original class definition, but if this isn't required the
        tracing can be disabled with the added option.
    *   The `tf.keras.mixed_precision` API is now non-experimental. The
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top