Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc5308 Status ConvertGather(OpConverterParams* params) { in ConvertGather() function
6243 (*registration)["GatherV2"] = ConvertGather; in RegisterValidatableOpConverters()
Dconvert_nodes_test.cc5233 TEST_P(OpConverter_FP32_FP16_INT32_Test, ConvertGather) { in TEST_P() argument