Home
last modified time | relevance | path

Searched refs:SetDeviceName (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/nnapi/
Dnnapi_handler.cc57 void NnApiHandler::SetDeviceName(const std::string& name) { in SetDeviceName() function in tflite::nnapi::NnApiHandler
64 NnApiHandler::SetDeviceName(name); in GetDeviceNameReturnsName()
70 NnApiHandler::SetDeviceName(name); in SetNnapiSupportedDevice()
Dnnapi_handler.h257 static void SetDeviceName(const std::string& name);
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc53 return SetDeviceName(raw_device_name, true); in Reset()
126 tensorflow::Status EagerOperation::SetDeviceName(const char* device, in SetDeviceName() function in tensorflow::EagerOperation
Deager_operation.h90 tensorflow::Status SetDeviceName(const char* device,
Dmkl_eager_op_rewrite.cc142 (*new_mkl_op)->SetDeviceName(device_name.c_str()); in SetupNewOp()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc1221 status->status = op->operation.SetDeviceName(device_name); in TFE_OpSetDevice()