Home
last modified time | relevance | path

Searched refs:SendTensors (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc74 Status ProcessFunctionLibraryRuntime::SendTensors( in SendTensors() function in tensorflow::ProcessFunctionLibraryRuntime
301 s = SendTensors(source_device, target_device, "arg_", src_incarnation, args, in Run()
Dprocess_function_library_runtime.h52 static Status SendTensors(const string& source_device,
Dfunction.cc740 s = ProcessFunctionLibraryRuntime::SendTensors( in RunRemote()