Home
last modified time | relevance | path

Searched refs:ProcessTargetDevices (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
H A Dtarget_hardware.h188 bool ProcessTargetDevices(llvm::ArrayRef<std::string> specified_device_specs,
H A Dtarget_hardware.cc268 bool ProcessTargetDevices(llvm::ArrayRef<std::string> specified_device_specs, in ProcessTargetDevices() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Dget_alternative_subgraph.cc282 if (!ProcessTargetDevices(device_specs_flag_, &device_specs)) { in runOnOperation()