Searched defs:IsCrossProcess (Results 1 – 2 of 2) sorted by relevance
128 virtual bool IsCrossProcess() { return false; } in IsCrossProcess() function289 bool IsCrossProcess() override { return is_cross_process_; } in IsCrossProcess() function
1226 Status ProcessFunctionLibraryRuntime::IsCrossProcess( in IsCrossProcess() function in tensorflow::ProcessFunctionLibraryRuntime