Searched refs:ReadOptionalNodeStringAttribute (Results 1 – 2 of 2) sorted by relevance
190 std::string ReadOptionalNodeStringAttribute(const onnx::NodeProto& node, const std::string& name) in ReadOptionalNodeStringAttribute() function975 std::string paddingString = ReadOptionalNodeStringAttribute(node, "auto_pad"); in AddPoolingLayer()1339 std::string paddingString = ReadOptionalNodeStringAttribute(node, "auto_pad"); in ParseConv()
193 std::string ReadOptionalNodeStringAttribute(const tensorflow::NodeDef& nodeDef, in ReadOptionalNodeStringAttribute() function1625 const std::string dataFormat = ReadOptionalNodeStringAttribute(nodeDef, "data_format", "NHWC"); in ParseFusedBatchNorm()