Searched refs:GraphConstructor (Results 1 – 2 of 2) sorted by relevance
68 class GraphConstructor { class135 GraphConstructor c(opts, node_defs, versions, library, g, refiner, in Construct()144 GraphConstructor(const Options& opts, NodeDefSlice node_defs, in GraphConstructor() function in tensorflow::__anone0324be20111::GraphConstructor325 void GraphConstructor::UpdatePendingCountAndReady(int processed) { in UpdatePendingCountAndReady()370 Status GraphConstructor::EnsureNoNameCollisions() { in EnsureNoNameCollisions()412 Status GraphConstructor::ValidateInputMapAndControlDependencies() { in ValidateInputMapAndControlDependencies()439 Status GraphConstructor::BuildNodeIndex() { in BuildNodeIndex()482 const GraphConstructor::NodeDefSlice& node_defs) { in GetNextIterationNodes()495 Status GraphConstructor::InitFromEdges() { in InitFromEdges()557 Status GraphConstructor::ValidateColocationConstraints( in ValidateColocationConstraints()[all …]
1410 * Change GraphConstructor to not increase the version when importing, but instead take the min of a…