Home
last modified time | relevance | path

Searched refs:AllocateNode (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dfertile-stats-resource.cc43 void FertileStatsResource::AllocateNode(int32 node_id, int32 depth) { in AllocateNode() function in tensorflow::tensorforest::FertileStatsResource
51 AllocateNode(child, children_depth); in Allocate()
Dfertile-stats-resource.h90 void AllocateNode(int32 node_id, int32 depth);
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc419 Node* node = AllocateNode( in AddNode()
428 Node* copy = AllocateNode(node->props_, node); in CopyNode()
744 Node* Graph::AllocateNode(std::shared_ptr<NodeProperties> props, in AllocateNode() function in tensorflow::Graph
Dgraph.h662 Node* AllocateNode(std::shared_ptr<NodeProperties> props,