Home
last modified time | relevance | path

Searched defs:host_device (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtpu_rewrite_device_util_test.cc638 std::string host_device; in TEST() local
659 std::string host_device; in TEST() local
679 std::string host_device; in TEST() local
699 std::string host_device; in TEST() local
722 std::string host_device; in TEST() local
748 std::string host_device; in TEST() local
774 std::string host_device; in TEST() local
803 std::string host_device; in TEST() local
Dtpu_rewrite_device_util.cc491 std::string* host_device) { in GetHostDeviceOutsideComputation()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Doutside_compiled_to_host_launch.cc61 void WrapOpInLaunch(Operation* host_op, llvm::StringRef host_device) { in WrapOpInLaunch()
89 std::string host_device; in runOnOperation() local
Dtpu_extract_head_tail_outside_compilation.cc88 llvm::StringRef host_device) { in CreateLaunchForBlock()
183 llvm::StringRef host_device) { in CreateHeadComputation()
204 std::string* host_device, bool* cluster_updated) { in LiftHeadOutsideCompiledOps()
291 llvm::StringRef host_device) { in CreateTailComputation()
349 const mlir::TF::RuntimeDevices& devices, std::string host_device, in LiftTailOutsideCompiledOps()
434 std::string host_device; in runOnOperation() local
Dtpu_extract_outside_compilation.cc183 OpBuilder& builder, Operation* loc_op, llvm::StringRef host_device) { in CreateLaunchOpForOutsideCluster()
424 llvm::StringRef host_device) { in CreateParallelExecuteForOutsideCompilation()
499 std::string host_device; in runOnOperation() local
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_configuration_rewrite_pass.cc299 const auto host_device = host_devices[i]; in Run() local
307 for (const auto host_device : host_devices) { in Run() local
325 for (const auto host_device : host_devices) { in Run() local
385 for (const auto host_device : host_devices) { in Run() local
/external/crosvm/devices/src/usb/host_backend/
Dmod.rs7 pub mod host_device; module
Dhost_backend_device_provider.rs192 let host_device = Box::new(HostDevice::new( in handle_attach_device() localVariable
/external/tensorflow/tensorflow/python/tpu/
Ddevice_assignment.py162 def host_device(self, member in DeviceAssignment
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto87 string host_device = 7; field
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h687 string host_device() const { return node_.host_device(); } in host_device() function