Searched refs:IS_TRT_VERSION_GE (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.h | 46 #define IS_TRT_VERSION_GE(major, minor, patch) \ macro
|
D | convert_nodes_test.cc | 241 #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()
|
D | convert_nodes.cc | 452 #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()
|