/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | compiled_program_cache_generated.h | 103 const flatbuffers::String *driver_version() const { in driver_version() function 112 verifier.VerifyString(driver_version()) && in Verify() 124 void add_driver_version(flatbuffers::Offset<flatbuffers::String> driver_version) { in add_driver_version() 125 fbb_.AddOffset(CompiledCache::VT_DRIVER_VERSION, driver_version); in add_driver_version() 143 flatbuffers::Offset<flatbuffers::String> driver_version = 0, 147 builder_.add_driver_version(driver_version); 153 const char *driver_version = nullptr, 155 auto driver_version__ = driver_version ? _fbb.CreateString(driver_version) : 0;
|
D | serialization_generated.h | 112 const flatbuffers::String *driver_version() const { in driver_version() function 129 verifier.VerifyString(driver_version()) && in Verify() 149 void add_driver_version(flatbuffers::Offset<flatbuffers::String> driver_version) { in add_driver_version() 150 fbb_.AddOffset(InferenceContext::VT_DRIVER_VERSION, driver_version); in add_driver_version() 175 flatbuffers::Offset<flatbuffers::String> driver_version = 0, 183 builder_.add_driver_version(driver_version); 191 const char *driver_version = nullptr, 195 auto driver_version__ = driver_version ? _fbb.CreateString(driver_version) : 0;
|
D | program_cache.cc | 158 std::string platform_version(model->driver_version()->c_str(), in AddSerializedCache() 159 model->driver_version()->size()); in AddSerializedCache() 188 auto driver_version = builder.CreateString(GetDriverVersion(device)); in GetSerializedCache() local 191 cache_builder.add_driver_version(driver_version); in GetSerializedCache()
|
D | compiled_program_cache.fbs | 27 driver_version:string;
|
D | serialization.fbs | 27 driver_version:string;
|
D | cl_device.cc | 173 info.opencl_info.driver_version = in GpuInfoFromDeviceID() 308 ParseQualcommOpenClCompilerVersion(info.opencl_info.driver_version, in GpuInfoFromDeviceID()
|
D | inference_context.cc | 338 std::string platform_version(decoded_fb->driver_version()->c_str(), in RestoreDeserialized() 339 decoded_fb->driver_version()->size()); in RestoreDeserialized() 959 auto driver_version = builder->CreateString(device.GetPlatformVersion()); in Encode() local 963 inf_builder.add_driver_version(driver_version); in Encode()
|
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ |
D | Standard_Suite.py | 102 class driver_version(aetools.NProperty): class 312 'driver_version' : driver_version, 445 'dVer' : driver_version,
|
/external/cronet/components/metrics/content/ |
D | gpu_metrics_provider.cc | 28 gpu->set_driver_version(active_gpu.driver_version); in ProvideSystemProfileMetrics()
|
/external/kernel-headers/original/uapi/linux/ |
D | isst_if.h | 33 __u16 driver_version; member
|
D | vboxguest.h | 85 __u32 driver_version; member
|
D | fd.h | 270 unsigned int driver_version; /* version code for floppy driver */ member
|
D | media.h | 33 __u32 driver_version; member
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | device_description.cc | 62 result["Driver Version"] = driver_version(); in ToMap()
|
D | device_description.h | 186 const std::string &driver_version() const { return driver_version_; } in driver_version() function
|
/external/ppp/pppd/ |
D | sys-linux.c | 199 static int driver_version = 0; variable 2051 driver_version = 2; in ppp_available() 2125 &driver_version, in ppp_available() 2137 if (driver_version != my_version) in ppp_available() 2154 driver_version, driver_modification, driver_patch); in ppp_available() 2890 "version %d.%d.%d", driver_version, driver_modification, in sys_check_options()
|
/external/kernel-headers/original/uapi/linux/genwqe/ |
D | genwqe_card.h | 361 char driver_version[64]; member
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
D | c_api_decl.h | 120 char* driver_version; member
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 885 int driver_version = 0; in CreateDeviceDescription() local 886 (void)GpuDriver::GetDriverVersion(&driver_version); in CreateDeviceDescription() 888 "%d (%s)", driver_version, in CreateDeviceDescription()
|
D | rocm_driver.cc | 1216 /* static */ bool GpuDriver::GetDriverVersion(int* driver_version) { in GetDriverVersion() argument 1217 hipError_t res = tensorflow::wrap::hipDriverGetVersion(driver_version); in GetDriverVersion()
|
/external/kernel-headers/original/uapi/scsi/ |
D | scsi_bsg_mpi3mr.h | 103 __u8 driver_version[32]; member
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 1018 int driver_version = 0; in CreateDeviceDescription() local 1019 (void)GpuDriver::GetDriverVersion(&driver_version); in CreateDeviceDescription() 1021 "%d (%s)", driver_version, in CreateDeviceDescription()
|
D | cuda_driver.cc | 1492 /* static */ bool GpuDriver::GetDriverVersion(int* driver_version) { in GetDriverVersion() argument 1493 CUresult res = cuDriverGetVersion(driver_version); in GetDriverVersion()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | gpu_info.h | 337 std::string driver_version; member
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
D | gpu_driver.h | 571 static bool GetDriverVersion(int* driver_version);
|