Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestVendor (0.08 sec)

  1. tensorflow/c/experimental/stream_executor/stream_executor_test.cc

      ASSERT_EQ(description.device_vendor(), "TestVendor");
      ASSERT_EQ(description.pci_bus_id(), "TestPCIBusId");
      ASSERT_EQ(description.numa_node(), 123);
      ASSERT_EQ(description.memory_bandwidth(), 54);
    }
    
    TEST_F(StreamExecutorTest, DeviceDescriptionNumaNodeNotSet) {
      static const char* hardware_name = "TestName";
      static const char* vendor = "TestVendor";
      static const char* pci_bus_id = "TestPCIBusId";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 19:54:04 UTC 2024
    - 26.5K bytes
    - Viewed (0)
Back to top