Home
last modified time | relevance | path

Searched refs:AttrValue (Results 51 – 75 of 430) sorted by relevance

12345678910>>...18

/dports/games/vavoom/vavoom-1.33/libs/core/
H A Dxml.cpp304 VStr AttrValue; in Parse() local
305 if (!ParseAttribute(AttrName, AttrValue)) in Parse()
313 if (AttrValue != "1.0" && AttrValue != "1.1") in Parse()
318 while (ParseAttribute(AttrName, AttrValue)) in Parse()
322 if (AttrValue.ToUpper() != "UTF-8") in Parse()
329 if (AttrValue.ToLower() != "yes") in Parse()
491 bool VXmlDocument::ParseAttribute(VStr& AttrName, VStr& AttrValue) in ParseAttribute() argument
513 AttrValue = ParseAttrValue(Buf[CurPos - 1]); in ParseAttribute()
545 VStr AttrValue; in ParseNode() local
546 while (ParseAttribute(AttrName, AttrValue)) in ParseNode()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/hiai/execution/
H A DNPUConvolutionInt8.cpp91 .set_attr_kernel(ge::AttrValue::LIST_INT({kernelY, kernelX})) in onResize()
93 … .set_attr_stride(ge::AttrValue::LIST_INT({conv2DCommon->strideY(), conv2DCommon->strideX()})) in onResize()
94 … .set_attr_dilation(ge::AttrValue::LIST_INT({conv2DCommon->dilateY(), conv2DCommon->dilateX()})) in onResize()
96 .set_attr_pad(ge::AttrValue::LIST_INT( in onResize()
147 .set_attr_kernel(ge::AttrValue::LIST_INT({kernelY, kernelX})) in onResize()
148 … .set_attr_stride(ge::AttrValue::LIST_INT({conv2DCommon->strideY(), conv2DCommon->strideX()})) in onResize()
149 … .set_attr_dilation(ge::AttrValue::LIST_INT({conv2DCommon->dilateY(), conv2DCommon->dilateX()})) in onResize()
151 .set_attr_pad(ge::AttrValue::LIST_INT(pad)) // 上下左右 in onResize()
H A DNPUReshape.cpp53 (*reshape).set_input_tensor(*xOp).set_attr_shape(ge::AttrValue::LIST_INT(shapeDims)); in onResize()
60 .set_attr_order(ge::AttrValue::LIST_INT({0,2,3,1})); in onResize()
64 .set_attr_shape(ge::AttrValue::LIST_INT(nhwcShape)); in onResize()
67 .set_attr_order(ge::AttrValue::LIST_INT({0,3,1,2})); in onResize()
H A DNPUMatmul.cpp46 …(*reshape).set_input_tensor(*xOp1.get()).set_attr_shape(ge::AttrValue::LIST_INT({inputs[0]->buffer… in onResize()
65 (*reshape3).set_input_tensor(*matmul).set_attr_shape(ge::AttrValue::LIST_INT(shape)); in onResize()
76 …(*reshape2).set_input_tensor(*xOp2.get()).set_attr_shape(ge::AttrValue::LIST_INT({inputs[1]->buffe… in onResize()
85 (*permute).set_input_x(*matmul).set_attr_order(ge::AttrValue::LIST_INT({1,0})); in onResize()
88 …(*reshape3).set_input_tensor(*permute).set_attr_shape(ge::AttrValue::LIST_INT({1, outputs[0]->buff… in onResize()
H A DNPUConvertTensor.cpp29 .set_attr_order(ge::AttrValue::LIST_INT({2,1,0,3})); in onResize()
41 ge::AttrValue::LIST_INT(shapeDims)); in onResize()
44 ge::AttrValue::LIST_INT(shapeDims)); in onResize()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tensorflow/
H A DTensorArrayTf.cpp25 tensorflow::AttrValue value; in run()
77 tensorflow::AttrValue value; in run()
98 tensorflow::AttrValue value; in run()
119 tensorflow::AttrValue value; in run()
148 tensorflow::AttrValue value; in run()
169 tensorflow::AttrValue value; in run()
190 tensorflow::AttrValue value; in run()
H A DTfUtils.hpp25 bool find_attr_value(const tensorflow::NodeDef* node, const char* key, tensorflow::AttrValue& value…
95 void SetAttrValue(tensorflow::DataType type, AttrValue* out);
96 void SetAttrValue(bool value, AttrValue* out);
97 void SetAttrValue(const std::string& value, AttrValue* out);
98 void SetAttrValue(float value, AttrValue* out);
109 AttrValue attr_value; in SetNodeAttr()
H A DRNNSequenceGRUTf.cpp28 tensorflow::AttrValue value;
39 std::function<void(tensorflow::AttrValue & value, MNN::BlobT * data)> weightProcess =
40 [](tensorflow::AttrValue& value, MNN::BlobT* data) {
53 …std::function<void(tensorflow::AttrValue & value, MNN::BlobT * data)> biasProcess = [](tensorflow:…
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp240 dwarf::Attribute Attr = AttrValue.Attr; in dumpAttribute()
243 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
248 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute()
635 for (const DWARFAttribute &AttrValue : attributes()) in dump() local
715 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
717 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
718 uint64_t ParseOffset = AttrValue.Offset; in updateForIndex()
720 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()
726 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
729 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp240 dwarf::Attribute Attr = AttrValue.Attr; in dumpAttribute()
243 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
248 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute()
635 for (const DWARFAttribute &AttrValue : attributes()) in dump() local
715 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
717 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
718 uint64_t ParseOffset = AttrValue.Offset; in updateForIndex()
720 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()
726 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
729 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dsvgsvgelement.rs18 use style::attr::AttrValue;
77 fn parse_plain_attribute(&self, name: &LocalName, value: DOMString) -> AttrValue { in parse_plain_attribute() argument
79 &local_name!("width") => AttrValue::from_u32(value.into(), DEFAULT_WIDTH), in parse_plain_attribute()
80 &local_name!("height") => AttrValue::from_u32(value.into(), DEFAULT_HEIGHT), in parse_plain_attribute()
H A Dhtmltablesectionelement.rs21 use style::attr::AttrValue;
89 .and_then(AttrValue::as_color) in get_background_color()
100 fn parse_plain_attribute(&self, local_name: &LocalName, value: DOMString) -> AttrValue { in parse_plain_attribute() argument
102 local_name!("bgcolor") => AttrValue::from_legacy_color(value.into()), in parse_plain_attribute()
H A Dhtmllielement.rs16 use style::attr::AttrValue;
53 fn parse_plain_attribute(&self, name: &LocalName, value: DOMString) -> AttrValue { in parse_plain_attribute() argument
55 &local_name!("value") => AttrValue::from_i32(value.into(), 0), in parse_plain_attribute()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp244 dwarf::Attribute Attr = AttrValue.Attr; in dumpAttribute()
247 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
252 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute()
650 for (const DWARFAttribute &AttrValue : attributes()) in dump() local
730 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
732 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
733 uint64_t ParseOffset = AttrValue.Offset; in updateForIndex()
735 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()
741 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
744 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp244 dwarf::Attribute Attr = AttrValue.Attr; in dumpAttribute()
247 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
252 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute()
650 for (const DWARFAttribute &AttrValue : attributes()) in dump() local
730 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
732 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
733 uint64_t ParseOffset = AttrValue.Offset; in updateForIndex()
735 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()
741 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
744 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp244 dwarf::Attribute Attr = AttrValue.Attr; in dumpAttribute()
247 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
252 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute()
650 for (const DWARFAttribute &AttrValue : attributes()) in dump() local
730 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
732 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
733 uint64_t ParseOffset = AttrValue.Offset; in updateForIndex()
735 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()
741 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
744 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp244 dwarf::Attribute Attr = AttrValue.Attr; in dumpAttribute()
247 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
252 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute()
650 for (const DWARFAttribute &AttrValue : attributes()) in dump() local
730 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
732 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
733 uint64_t ParseOffset = AttrValue.Offset; in updateForIndex()
735 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()
741 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
744 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp244 dwarf::Attribute Attr = AttrValue.Attr; in dumpAttribute()
247 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
252 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute()
650 for (const DWARFAttribute &AttrValue : attributes()) in dump() local
730 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
732 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
733 uint64_t ParseOffset = AttrValue.Offset; in updateForIndex()
735 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()
741 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
744 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp582 : Die(D), AttrValue(0), Index(0) { in attribute_iterator()
590 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in attribute_iterator()
601 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
603 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
604 AttrValue.Value.setForm(AbbrDecl.getFormByIndex(Index)); in updateForIndex()
605 uint32_t ParseOffset = AttrValue.Offset; in updateForIndex()
608 bool b = AttrValue.Value.extractValue(U->getDebugInfoExtractor(), in updateForIndex()
612 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
615 AttrValue.clear(); in updateForIndex()
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/openapi/testdata/
H A Dstructural.cue6 [string]: #AttrValue
11 #AttrValue: {}
13 #AttrValue: {
/dports/www/morty/morty-0.2.0-12-gfe94d9a/
H A Dmorty_test.go11 AttrValue []byte member
127 sanitizeAttr(rc, out, testCase.AttrName, testCase.AttrValue, testCase.AttrValue)
133 testCase.AttrValue,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/api_gen/
H A Dgl_scan_doc.erl231 print_attributes([{_Uri, _Prefix, LocalName, AttrValue} |Attributes]) ->
232 io:format(" ~s=\"~s\"",[LocalName, AttrValue]),
235 get_fenc([{_Uri, _Prefix, "open", AttrValue} |Attributes], _Open, Close)
236 when AttrValue /= "" ->
237 get_fenc(Attributes, fenc(AttrValue), Close);
238 get_fenc([{_Uri, _Prefix, "close", AttrValue} |Attributes], Open, _Close)
239 when AttrValue /= "" ->
240 get_fenc(Attributes, Open, fenc(AttrValue));
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/api_gen/
H A Dgl_scan_doc.erl231 print_attributes([{_Uri, _Prefix, LocalName, AttrValue} |Attributes]) ->
232 io:format(" ~s=\"~s\"",[LocalName, AttrValue]),
235 get_fenc([{_Uri, _Prefix, "open", AttrValue} |Attributes], _Open, Close)
236 when AttrValue /= "" ->
237 get_fenc(Attributes, fenc(AttrValue), Close);
238 get_fenc([{_Uri, _Prefix, "close", AttrValue} |Attributes], Open, _Close)
239 when AttrValue /= "" ->
240 get_fenc(Attributes, Open, fenc(AttrValue));
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/api_gen/
H A Dgl_scan_doc.erl231 print_attributes([{_Uri, _Prefix, LocalName, AttrValue} |Attributes]) ->
232 io:format(" ~s=\"~s\"",[LocalName, AttrValue]),
235 get_fenc([{_Uri, _Prefix, "open", AttrValue} |Attributes], _Open, Close)
236 when AttrValue /= "" ->
237 get_fenc(Attributes, fenc(AttrValue), Close);
238 get_fenc([{_Uri, _Prefix, "close", AttrValue} |Attributes], Open, _Close)
239 when AttrValue /= "" ->
240 get_fenc(Attributes, Open, fenc(AttrValue));
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/api_gen/
H A Dgl_scan_doc.erl231 print_attributes([{_Uri, _Prefix, LocalName, AttrValue} |Attributes]) ->
232 io:format(" ~s=\"~s\"",[LocalName, AttrValue]),
235 get_fenc([{_Uri, _Prefix, "open", AttrValue} |Attributes], _Open, Close)
236 when AttrValue /= "" ->
237 get_fenc(Attributes, fenc(AttrValue), Close);
238 get_fenc([{_Uri, _Prefix, "close", AttrValue} |Attributes], Open, _Close)
239 when AttrValue /= "" ->
240 get_fenc(Attributes, Open, fenc(AttrValue));

12345678910>>...18