Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for B_dev1 (0.09 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      Output a = ops::Tanh(root.WithOpName("tanh_A_dev0"),
                           ops::Const(root.WithOpName("A_dev0"), 1.0f, {2, 2}));
      Output b = ops::Tanh(root.WithOpName("tanh_B_dev1"),
                           ops::Const(root.WithOpName("B_dev1"), 1.0f, {2, 2}));
      Output matmul0 = ops::MatMul(root.WithOpName("MatMul0_dev0"), a, a);
      Output matmul1 = ops::MatMul(root.WithOpName("MatMul1_dev1"), b, b);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/devicemanager/manager_test.go

    	}
    
    	testManager.podDevices.insert("pod1", "con1", resourceName1,
    		constructDevices([]string{"dev1", "dev2"}),
    		newContainerAllocateResponse(
    			withDevices(map[string]string{"/dev/r1dev1": "/dev/r1dev1", "/dev/r1dev2": "/dev/r1dev2"}),
    			withMounts(map[string]string{"/home/r1lib1": "/usr/r1lib1"}),
    			withCDIDevices("domain1.com/resource1=dev1", "domain1.com/resource1=dev2"),
    		),
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
Back to top