Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dnode_builder.cc62 AddIndexError(src.node, src.index); in Input()
75 AddIndexError(node_out.node, node_out.index); in Input()
145 void NodeBuilder::AddIndexError(const Node* node, int i) { in AddIndexError() function in tensorflow::NodeBuilder
161 if (error) AddIndexError(node, i); in GetOutputType()
Dnode_builder.h144 void AddIndexError(const Node* node, int i);