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.h90 static Status SendTensors(const string& source_device,
Dprocess_function_library_runtime.cc117 Status ProcessFunctionLibraryRuntime::SendTensors( in SendTensors() function in tensorflow::ProcessFunctionLibraryRuntime
1523 s = SendTensors(source_device, target_device, "arg_", src_incarnation, in RunInternal()
Dfunction.cc1082 s = ProcessFunctionLibraryRuntime::SendTensors( in RunRemote()