Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dunion_find.h125 class ClusterProperty {
127 ClusterProperty() {} in ClusterProperty() function
128 ClusterProperty(const ClusterBatchSize& batch_size,
139 Status Merge(const ClusterProperty& other);
150 template <typename T, typename P = ClusterProperty>
Dunion_find.cc127 ClusterProperty::ClusterProperty(const ClusterBatchSize& batch_size, in ClusterProperty() function in tensorflow::tensorrt::segment::ClusterProperty
131 Status ClusterProperty::Merge(const ClusterProperty& other) { in Merge()
Dsegment.h61 Segment(const ClusterProperty& property, in Segment()
64 ClusterProperty property;
Dsegment.cc672 ClusterProperty property( in AddSegmentForNode()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc66 using ::tensorflow::tensorrt::segment::ClusterProperty;
139 const ClusterProperty& segment_property = segment.property; in GetEngineInfo()