Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dunion_find.cc96 absl::optional<int> ClusterBatchSize::GetOptionalMaxBatchSize() const { in GetOptionalMaxBatchSize() function in tensorflow::tensorrt::segment::ClusterBatchSize
Dunion_find.h89 absl::optional<int> GetOptionalMaxBatchSize() const;
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc146 info->max_batch_size = segment_property.BatchSize().GetOptionalMaxBatchSize(); in GetEngineInfo()