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.cc3712 Status ConvertGather(OpConverterParams* params) { in ConvertGather() function
3997 (*registration)["GatherV2"] = ConvertGather; in RegisterValidatableOpConverters()
Dconvert_nodes_test.cc3498 TEST_F(OpConverterTest, ConvertGather) { in TEST_F() argument