Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc729 segment::SegmentOptions segment_options; in ConvertAfterShapes() local
732 segment_options.exclude_node_list.insert(node); in ConvertAfterShapes()
734 segment_options.minimum_segment_size = params.minimum_segment_size; in ConvertAfterShapes()
735 segment_options.use_implicit_batch = params.use_implicit_batch; in ConvertAfterShapes()
736 if (segment_options.use_implicit_batch) in ConvertAfterShapes()
737 segment_options.maximum_batch_size = params.max_batch_size; in ConvertAfterShapes()
738 segment_options.allow_dynamic_non_batch_dim = in ConvertAfterShapes()
751 segment_options, &initial_segments)); in ConvertAfterShapes()