Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc903 auto exclude_node = [&](absl::string_view reason) { in SegmentGraph() local
916 exclude_node("node can't be placed on GPU"); in SegmentGraph()
918 exclude_node( in SegmentGraph()
924 exclude_node( in SegmentGraph()
930 exclude_node("dynamic non-batch dimensions not allowed"); in SegmentGraph()
934 exclude_node(status.error_message()); in SegmentGraph()
941 exclude_node("Denylisted with the env var TF_TRT_OP_DENYLIST"); in SegmentGraph()