Searched refs:TFAttrs (Results 1 – 1 of 1) sorted by relevance
119 class TFAttrs { class121 explicit TFAttrs(const NodeDef& tf_node) { in TFAttrs() function in tensorflow::tensorrt::convert::TFAttrs158 string TFAttrs::get<string>(const string& key) const { in get()163 std::vector<int64> TFAttrs::get<std::vector<int64>>(const string& key) const { in get()169 std::vector<float> TFAttrs::get<std::vector<float>>(const string& key) const { in get()175 nvinfer1::DataType TFAttrs::get<nvinfer1::DataType>(const string& key) const { in get()182 DataType TFAttrs::get<DataType>(const string& key) const { in get()187 float TFAttrs::get<float>(const string& key) const { in get()192 bool TFAttrs::get<bool>(const string& key) const { in get()197 int64 TFAttrs::get<int64>(const string& key) const { in get()[all …]