Home
last modified time | relevance | path

Searched refs:GraphConstructor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc68 class GraphConstructor { class
135 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::GraphConstructor
325 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 …]
/external/tensorflow/
DRELEASE.md1410 * Change GraphConstructor to not increase the version when importing, but instead take the min of a…