Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpriority_queue.h69 Status MatchesPriorityNodeDefShapes(const NodeDef& node_def) const;
Dpriority_queue.cc396 TF_RETURN_IF_ERROR(MatchesPriorityNodeDefShapes(node_def)); in MatchesNodeDef()
416 Status PriorityQueue::MatchesPriorityNodeDefShapes( in MatchesPriorityNodeDefShapes() function in tensorflow::PriorityQueue