Searched defs:HasAttr (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
H A Ddataset.cc86 bool has_output_types_attr = HasAttr(op_type_name, "output_types");
87 bool has_output_shapes_attr = HasAttr(op_type_name, "output_shapes");
188 bool GraphDefBuilderWrapper::HasAttr(const string& op_type_name, function in class:tensorflow::GraphDefBuilderWrapper
195 return HasAttr(op_def, attr_name);
H A Ddataset.h211 bool HasAttr(const string& op_type_name, const string& attr_name) const;
213 bool HasAttr(const OpDef* op_def, const string& attr_name) const { function in class:tensorflow::GraphDefBuilderWrapper
H A Dop_kernel.cc203 bool OpKernelConstruction::HasAttr(StringPiece attr_name) const { function in class:tensorflow::OpKernelConstruction
/external/webrtc/webrtc/libjingle/xmllite/
H A Dxmlelement.cc176 bool XmlElement::HasAttr(const StaticQName& name) const { function in class:buzz::XmlElement
185 bool XmlElement::HasAttr(const QName& name) const { function in class:buzz::XmlElement
361 ASSERT(!HasAttr(name));
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dimport_tensorflow.cc66 bool HasAttr(const NodeDef& node, const string& attr_name) { function in namespace:toco::__anon26067
71 CHECK(HasAttr(node, attr_name));
78 CHECK(HasAttr(node, attr_name)) << attr_name << " not found in:\n"
86 CHECK(HasAttr(node, attr_name));
93 CHECK(HasAttr(node, attr_name));
101 CHECK(HasAttr(node, attr_name));
109 CHECK(HasAttr(node, attr_name));
116 CHECK(HasAttr(node, attr_name));
124 CHECK(HasAttr(node, attr_name));
748 if (HasAttr(nod
[all...]

Completed in 249 milliseconds