Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc144 std::vector<string> GetAllAttrKeys() const { in GetAllAttrKeys() function in tensorflow::tensorrt::convert::TFAttrs
2022 auto attr_key_vector = attrs.GetAllAttrKeys(); in ConvertPlugin()