Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc102 const Node* tf_node() const { return node_; } in tf_node() function in tensorflow::tensorrt::segment::SimpleNode
430 << "(Op type: " << node->tf_node()->type_string() << "), " in SegmentGraph()
433 unsupported_ops.emplace(node->tf_node()->type_string()); in SegmentGraph()
437 const Status status = candidate_fn(node->tf_node()); in SegmentGraph()
440 << "(Op type: " << node->tf_node()->type_string() << "), " in SegmentGraph()
443 unsupported_ops.emplace(node->tf_node()->type_string()); in SegmentGraph()
558 sg_map[u.ParentValue()->name()].insert(u.Value()->tf_node()); in SegmentGraph()
559 auto tf_node = u.Value()->tf_node(); in SegmentGraph() local
565 if (tf_node->has_assigned_device_name()) { in SegmentGraph()
567 tf_node->assigned_device_name()); in SegmentGraph()
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc121 explicit TFAttrs(const NodeDef& tf_node) { in TFAttrs() argument
122 for (const auto& attr : tf_node.attr()) { in TFAttrs()