Home
last modified time | relevance | path

Searched defs:device_cap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dhardware_type_utils.cc31 uint32 GetFmaMaxThroughputPerSMPerCycle(const DeviceCapabilities& device_cap) { in GetFmaMaxThroughputPerSMPerCycle()
100 double GetFlopMaxThroughputPerSM(const DeviceCapabilities& device_cap) { in GetFlopMaxThroughputPerSM()
106 absl::string_view GpuModelName(const DeviceCapabilities& device_cap) { in GpuModelName()
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dvirtio_pci_device.rs568 let device_cap = VirtioPciCap::new( in add_settings_pci_capabilities() localVariable