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.h56 static Status SendTensors(const string& source_device,
Dprocess_function_library_runtime.cc110 Status ProcessFunctionLibraryRuntime::SendTensors( in SendTensors() function in tensorflow::ProcessFunctionLibraryRuntime
965 s = SendTensors(source_device, target_device, "arg_", src_incarnation, args, in Run()
Dfunction.cc1034 s = ProcessFunctionLibraryRuntime::SendTensors( in RunRemote()