Home
last modified time | relevance | path

Searched refs:GetDeviceParsedName (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc369 if (op->GetDeviceParsedName().type == "TPU" || in MustCompileWithXLA()
370 op->GetDeviceParsedName().type == "XLA_GPU" || in MustCompileWithXLA()
371 op->GetDeviceParsedName().type == "XLA_CPU") { in MustCompileWithXLA()
374 << op->GetDeviceParsedName().type; in MustCompileWithXLA()
490 ctx.SelectDevice(op->GetDeviceParsedName(), ndef, &device)); in GetOrCreateKernelAndDevice()
834 TF_RETURN_IF_ERROR(ctx.GetClient(op->GetDeviceParsedName(), &eager_client)); in EagerRemoteExecute()
836 if (!DeviceNameUtils::GetTaskName(op->GetDeviceParsedName(), &remote_task)) { in EagerRemoteExecute()
968 DeviceNameUtils::ParsedNameToString(op->GetDeviceParsedName())); in EagerRemoteExecute()
Deager_operation.h60 const DeviceNameUtils::ParsedName& GetDeviceParsedName() const { in GetDeviceParsedName() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.h191 absl::optional<DeviceNameUtils::ParsedName> GetDeviceParsedName(
Dutils.cc269 absl::optional<DeviceNameUtils::ParsedName> GetDeviceParsedName( in GetDeviceParsedName() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc747 GetDeviceParsedName(node->tf_node()); in SegmentGraph()