Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dtpu_rewrite_device_util_test.cc696 std::string host_device; in TEST() local
714 std::string host_device; in TEST() local
734 std::string host_device; in TEST() local
754 std::string host_device; in TEST() local
777 std::string host_device; in TEST() local
803 std::string host_device; in TEST() local
829 std::string host_device; in TEST() local
858 std::string host_device; in TEST() local
H A Dtpu_cluster_util.cc51 std::optional<std::string> host_device; in WalkReachableFromTpuCluster() local
108 std::optional<std::string> host_device) { in WalkReachableFromTpuCluster()
H A Dtpu_rewrite_device_util.cc495 std::string* host_device) { in GetHostDeviceOutsideComputation()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtpu_extract_head_tail_outside_compilation.cc90 llvm::StringRef host_device) { in CreateLaunchForBlock()
188 llvm::StringRef host_device) { in CreateHeadComputation()
209 std::string* host_device, bool* cluster_updated) { in LiftHeadOutsideCompiledOps()
300 llvm::StringRef host_device) { in CreateTailComputation()
358 const mlir::TF::RuntimeDevices& devices, std::string host_device, in LiftTailOutsideCompiledOps()
476 std::string host_device; in runOnOperation() local
H A Doutside_compiled_to_host_launch.cc39 void WrapOpInLaunch(Operation* host_op, llvm::StringRef host_device) { in WrapOpInLaunch()
63 std::optional<std::string> host_device) { in runOnOperation()
H A Dtpu_extract_outside_compilation.cc255 OpBuilder& builder, Operation* loc_op, llvm::StringRef host_device) { in CreateLaunchOpForOutsideCluster()
723 llvm::StringRef host_device) { in CreateParallelExecuteForOutsideCompilation()
802 std::string host_device; in runOnOperation() local
H A Dhost_launch_to_outside_compiled.cc70 std::optional<std::string> host_device) { in runOnOperation()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_configuration_rewrite_pass.cc285 const auto host_device = host_devices[i]; in Run() local
293 for (const auto host_device : host_devices) { in Run() local
312 for (const auto host_device : host_devices) { in Run() local
372 for (const auto host_device : host_devices) { in Run() local
H A Ddistributed_tpu_rewrite_pass.cc655 string host_device; member
3107 string host_device; in CreatePartitionedDummyVarArgs() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dgraph_partition.cc74 const std::vector<std::string>& outputs, const Device* host_device, in PrepareSubgraphForFunctionConversion()
214 const std::string& func_name, const Device* host_device, in BuildPartitionedCallOp()
296 const std::string& stateful_call_func_name, const Device* host_device, in BuildStatefulPartitionedCallOp()
421 const Device* host_device, const std::vector<std::string>& inputs, in InsertTransferOps()
/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/
H A Dmod.rs6 pub mod host_device; module
H A Dhost_backend_device_provider.rs26 let host_device = HostDevice::new(Arc::new(Mutex::new(device)), device_state)?; in attach_host_backend_device() localVariable
H A Dhost_device.rs62 let mut host_device = HostDevice { in new() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Ddevice_assignment.py157 def host_device(self, member in DeviceAssignment
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_log.proto87 string host_device = 7; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h687 string host_device() const { return node_.host_device(); } in host_device() function