Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dkernel_and_device.h134 virtual bool IsCrossProcess() { return false; } in IsCrossProcess() function
310 bool IsCrossProcess() override { return is_cross_process_; } in IsCrossProcess() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime.cc1490 Status ProcessFunctionLibraryRuntime::IsCrossProcess( in IsCrossProcess() function in tensorflow::ProcessFunctionLibraryRuntime