Home
last modified time | relevance | path

Searched defs:TrtUniquePtrType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dutils.h65 using TrtUniquePtrType = std::unique_ptr<T, TrtDestroyer<T>>; variable
68 using TrtUniquePtrType = std::unique_ptr<T>; variable