Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_int8_calibrator.h54 int getBatchSize() const override;
Dtrt_int8_calibrator.cc30 int TRTInt8Calibrator::getBatchSize() const { return batch_size_; } in getBatchSize() function in tensorflow::tensorrt::TRTInt8Calibrator
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc1080 cres->calibrator_->getBatchSize(), this->workspace_size_, in AllocateCalibrationResources()