Home
last modified time | relevance | path

Searched defs:device_costs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
H A Dtflite_import_export.cc51 mlir::SmallVector<mlir::NamedAttribute, 4> device_costs; in AttachCostPerDevice() local
H A Dexecution_metadata_exporter.cc81 std::vector<float> device_costs(hardware_map.size(), -1.f); in GetPerDeviceCosts() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler.h138 Costs device_costs; member