Home
last modified time | relevance | path

Searched defs:IsCrossProcess (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h128 virtual bool IsCrossProcess() { return false; } in IsCrossProcess() function
289 bool IsCrossProcess() override { return is_cross_process_; } in IsCrossProcess() function
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc1226 Status ProcessFunctionLibraryRuntime::IsCrossProcess( in IsCrossProcess() function in tensorflow::ProcessFunctionLibraryRuntime