Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dconvert_tfl_uint8.cc55 class ConvertUint8ToInt8 class
56 : public TosaConvertTFLUint8PassBase<ConvertUint8ToInt8> {
58 explicit ConvertUint8ToInt8() {} in ConvertUint8ToInt8() function in mlir::tosa::__anon97a43a8d0111::ConvertUint8ToInt8
328 void ConvertUint8ToInt8::runOnOperation() { in runOnOperation()
344 return std::make_unique<ConvertUint8ToInt8>(); in createConvertTFLUint8Pass()