Searched refs:TFAttrs (Results 1 – 1 of 1) sorted by relevance
173 class TFAttrs { class175 explicit TFAttrs(const NodeDef& tf_node) { in TFAttrs() function in tensorflow::tensorrt::convert::TFAttrs203 string TFAttrs::get<string>(const string& key) const { in get()208 std::vector<int64> TFAttrs::get<std::vector<int64>>(const string& key) const { in get()214 std::vector<float> TFAttrs::get<std::vector<float>>(const string& key) const { in get()220 nvinfer1::DataType TFAttrs::get<nvinfer1::DataType>(const string& key) const { in get()227 DataType TFAttrs::get<DataType>(const string& key) const { in get()232 float TFAttrs::get<float>(const string& key) const { in get()237 bool TFAttrs::get<bool>(const string& key) const { in get()242 int64 TFAttrs::get<int64>(const string& key) const { in get()[all …]