Home
last modified time | relevance | path

Searched defs:hardware (Results 1 – 25 of 53) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Dcost_model.cc107 auto hardware = GetTargetAnnotation(op); in runOnOperation() local
117 float GetCostForOp(Operation* op, const std::string& hardware) { in GetCostForOp()
126 float GetCostForFunc(func::FuncOp* func, const std::string& hardware) { in GetCostForFunc()
Dtarget_annotation.cc93 auto* hardware = this->GetTargetHardware(device); in SetTargetAnnotation() local
102 for (const auto* hardware : module_->GetAvailableHardwares()) { in SetTargetAnnotation() local
Ddevice_transform.cc44 const std::string& hardware) { in GetHardwareRewritePatterns()
50 bool IsSupported(Operation* op, const std::string& hardware) { in IsSupported()
/external/cronet/components/metrics/ui/
Dscreen_info_metrics_provider.cc46 void WriteScreenDPIInformationProto(SystemProfileProto::Hardware* hardware) { in WriteScreenDPIInformationProto()
77 SystemProfileProto::Hardware* hardware = in ProvideSystemProfileMetrics() local
Dform_factor_metrics_provider_unittest.cc41 const SystemProfileProto::Hardware& hardware = system_profile.hardware(); in TEST() local
Dscreen_info_metrics_provider_unittest.cc62 const SystemProfileProto::Hardware& hardware = in TEST_F() local
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/common/
Dtargets.h107 std::string hardware; member
131 auto hardware = GetTargetAnnotation(op); in GetInferenceDeviceTypeForOp() local
/external/cronet/components/metrics/content/
Dgpu_metrics_provider.cc19 SystemProfileProto::Hardware* hardware = in ProvideSystemProfileMetrics() local
/external/cronet/components/metrics/
Dmotherboard_metrics_provider_unittest.cc45 const SystemProfileProto::Hardware& hardware = system_profile.hardware(); in TEST() local
Ddrive_metrics_provider.cc27 auto* hardware = system_profile_proto->mutable_hardware(); in ProvideSystemProfileMetrics() local
Dmetrics_log_unittest.cc138 const SystemProfileProto::Hardware& hardware = system_profile.hardware(); in CheckSystemProfile() local
237 metrics::SystemProfileProto::Hardware* hardware = in TEST_F() local
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dexecution_metadata_exporter.cc47 bool IsOpSupported(mlir::Operation* op, const std::string& hardware) { in IsOpSupported()
125 uint8_t hardware = hardware_map.at(device_name.getValue()); in CreateSubgraphMetadata() local
Dtac_module.cc76 for (auto& hardware : backends_) { in GetTargetHardware() local
/external/skia/tools/skpbench/
Dskpbench.py226 def execute(self, hardware): argument
298 def run_benchmarks(configs, srcs, hardware, resultsfile=None): argument
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DDisableIfSkipCheck.java65 private boolean hardware(DisableIf.Build v) { in hardware() method in DisableIfSkipCheck
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Dandroid_info.cc57 std::string hardware = GetPropertyValue("ro.hardware"); in RequestAndroidInfo() local
/external/libese/ready_se/google/keymint/KM300/HAL/
DJavacardSharedSecret.cpp8 namespace aidl::android::hardware::security::sharedsecret { namespace
/external/libese/ready_se/google/keymint/KM200/HAL/
DJavacardSharedSecret.cpp8 namespace aidl::android::hardware::security::sharedsecret { namespace
/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
DDisableIfSkipCheck.java68 private boolean hardware(DisableIf.Build v) { in hardware() method in DisableIfSkipCheck
/external/cpuinfo/test/name/
Dandroid-properties.cc24 std::string hardware, in parse_chipset()
Dproc-cpuinfo-hardware.cc19 std::string hardware, in parse_proc_cpuinfo_hardware()
32 std::string hardware, in parse_proc_cpuinfo_hardware_tegra()
/external/wpa_supplicant_8/wpa_supplicant/aidl/
Diface_config_utils.cpp78 namespace hardware { namespace
Dcertificate_utils.cpp166 namespace hardware { namespace
Dp2p_network.cpp21 namespace hardware { namespace
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBuild.java102 public static void setHardware(String hardware) { in setHardware()

123