Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dunion_find.cc100 bool ClusterBatchSize::MergeIfCompatible(const ClusterBatchSize& other) { in MergeIfCompatible() function in tensorflow::tensorrt::segment::ClusterBatchSize
133 if (!merged_batch_size.MergeIfCompatible(other.batch_size_)) { in Merge()
139 MergeIfCompatible(device_name_, other.device_name_); in Merge()
Dunion_find.h94 bool MergeIfCompatible(const ClusterBatchSize& other);
Dsegment.cc851 if (!merged_batch_size.MergeIfCompatible(out_batch_size)) { in SegmentGraph()
861 MergeIfCompatible(expected_device_name, out_device_name); in SegmentGraph()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc279 absl::optional<DeviceNameUtils::ParsedName> MergeIfCompatible( in MergeIfCompatible() function
291 absl::optional<DeviceNameUtils::ParsedName> MergeIfCompatible( in MergeIfCompatible() function
298 return MergeIfCompatible(a, b_parsed_name); in MergeIfCompatible()
Dutils.h196 absl::optional<DeviceNameUtils::ParsedName> MergeIfCompatible(
200 absl::optional<DeviceNameUtils::ParsedName> MergeIfCompatible(