Searched refs:ExtendLocked (Results 1 – 2 of 2) sorted by relevance
277 ::tensorflow::Status ExtendLocked(GraphDef&& graph)
421 return ExtendLocked(std::move(graph)); in Create()433 return ExtendLocked(std::move(graph)); in Extend()436 Status DirectSession::ExtendLocked(GraphDef&& graph) { in ExtendLocked() function in tensorflow::DirectSession