Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h46 #define IS_TRT_VERSION_GE(major, minor, patch) \ macro
Dconvert_nodes_test.cc241 #if IS_TRT_VERSION_GE(5, 0, 0)
250 #if IS_TRT_VERSION_GE(5, 1, 0)
853 #if IS_TRT_VERSION_GE(5, 0, 0) in TEST_F()
2713 #if IS_TRT_VERSION_GE(5, 1, 0) in TEST_F()
2776 #if IS_TRT_VERSION_GE(5, 1, 0) in TEST_F()
2903 #if IS_TRT_VERSION_GE(5, 1, 0) in TEST_F()
Dconvert_nodes.cc452 #if !IS_TRT_VERSION_GE(5, 1, 3) in CreateConstantLayer()
679 #if IS_TRT_VERSION_GE(5, 0, 0)
685 #if IS_TRT_VERSION_GE(5, 1, 0)
1304 #if IS_TRT_VERSION_GE(5, 0, 0) in MaybeApplyQuantizationRanges()
2321 #if IS_TRT_VERSION_GE(5, 1, 0) && 0 in ConvertStridedSliceHelper()
3242 #if IS_TRT_VERSION_GE(5, 1, 0) in UnaryOperationMap()