Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for allocFunc (0.26 sec)

  1. pkg/kubelet/cm/devicemanager/plugin/v1beta1/stub.go

    		update: make(chan []*pluginapi.Device),
    
    		allocFunc:             defaultAllocFunc,
    		getPreferredAllocFunc: defaultGetPreferredAllocFunc,
    		kubeletRestartWatcher: watcher,
    	}
    }
    
    // SetGetPreferredAllocFunc sets allocFunc of the device plugin
    func (m *Stub) SetGetPreferredAllocFunc(f stubGetPreferredAllocFunc) {
    	m.getPreferredAllocFunc = f
    }
    
    // SetAllocFunc sets allocFunc of the device plugin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 11:19:10 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. tensorflow/c/kernels_experimental.cc

    }
    
    void TF_TemporaryVariable(TF_OpKernelContext* ctx, TF_DataType dtype,
                              const int64_t* dims, int num_dims,
                              TF_StringView* var_name,
                              void (*allocFunc)(TF_OpKernelContext*, TF_Tensor*,
                                                TF_DataType, const int64_t*, int,
                                                TF_Status*),
                              TF_Status* tf_status) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:12:29 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top