Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc119 class TFAttrs { class
121 explicit TFAttrs(const NodeDef& tf_node) { in TFAttrs() function in tensorflow::tensorrt::convert::TFAttrs
158 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 …]