Home
last modified time | relevance | path

Searched defs:device_specs (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Dtarget_annotation.cc53 explicit TargetAnnotationPass(llvm::ArrayRef<std::string> device_specs) in TargetAnnotationPass()
83 Operation* op, llvm::ArrayRef<std::string> device_specs, in SetTargetAnnotation()
141 llvm::ArrayRef<std::string> device_specs) { in CreateTargetAnnotationPass()
H A Dget_alternative_subgraph.cc108 explicit AlternativeSubgraphPass(llvm::ArrayRef<std::string> device_specs) { in AlternativeSubgraphPass()
281 std::vector<std::string> device_specs; in runOnOperation() local
306 llvm::ArrayRef<std::string> device_specs) { in CreateAlternativeSubgraphPass()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/py_wrapper/
H A Dtac_wrapper_pybind11.cc29 const std::string& model_output_path) { in PYBIND11_MODULE()
H A Dtac_wrapper.cc55 const std::vector<std::string>& device_specs, in run_tac()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
H A Dtac_translate.cc90 opt<std::string> device_specs( variable
H A Dtflite_import_export.cc36 llvm::ArrayRef<std::string> device_specs) { in AttachCostPerDevice()
H A Dtac_module.cc44 llvm::ArrayRef<std::string> device_specs) { in AddTACPass()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
H A Dtarget_hardware.cc269 std::vector<std::string>* device_specs) { in ProcessTargetDevices()