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