Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withDevices (0.12 sec)

  1. pkg/kubelet/cm/devicemanager/manager_test.go

    type containerAllocateResponseBuilderOption func(*containerAllocateResponseBuilder)
    
    // withDevices sets the devices for the containerAllocateResponseBuilder
    func withDevices(devices map[string]string) containerAllocateResponseBuilderOption {
    	return func(b *containerAllocateResponseBuilder) {
    		b.devices = devices
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  2. tensorflow/cc/gradients/math_grad.cc

      // [[[105, 192], [105, 192], [105, 192]], [[0, 180], [0, 180], [0, 180]]]
      auto grad_tiled = Tile(scope, grad, tile_scaling);
    
      Scope cpu_scope = scope.WithDevice("/cpu:0");
    
      // [3]
      auto rank = Rank(cpu_scope, op.input(0));
    
      // Normalize any negative indices in the reduction_axes to positive values.
      auto reduction_indices_pos =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
Back to top