Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.h87 class AttributeSpec {
101 AttributeSpec(const string& op_def_name, const Variable& var, in AttributeSpec() function
149 const std::vector<AttributeSpec>& attributes() const { return attributes_; } in attributes()
150 const std::vector<AttributeSpec>& optional_attributes() const { in optional_attributes()
172 std::vector<AttributeSpec> attributes_;
173 std::vector<AttributeSpec> optional_attributes_;
Dop_generator.cc101 for (const AttributeSpec& attribute : op.attributes()) { in CollectOpDependencies()
109 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in CollectOpDependencies()
114 void WriteSetAttrDirective(const AttributeSpec& attr, bool optional, in WriteSetAttrDirective()
175 for (const AttributeSpec& attr : op.attributes()) { in RenderSecondaryFactoryMethod()
214 for (const AttributeSpec& attr : op.attributes()) { in RenderFactoryMethods()
247 for (const AttributeSpec& attribute : op.attributes()) { in RenderFactoryMethods()
253 for (const AttributeSpec& attribute : op.optional_attributes()) { in RenderFactoryMethods()
318 for (const AttributeSpec& attr : op.optional_attributes()) { in RenderGettersAndSetters()
390 for (const AttributeSpec& attr : op.optional_attributes()) { in RenderOptionsClass()
402 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in RenderOptionsClass()
Dop_specs.cc301 AttributeSpec CreateAttribute(const OpDef_AttrDef& attr_def, in CreateAttribute()
312 return AttributeSpec( in CreateAttribute()
371 AttributeSpec attr = in Create()
/external/deqp/modules/glshared/
DglsDrawTest.hpp192 struct AttributeSpec struct
194 …static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage sto…
195 …static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int compo…
211 AttributeSpec (void);
238 std::vector<AttributeSpec> attribs;
DglsDrawTest.cpp2041 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType,… in createAttributeArray()
2043 DrawTestSpec::AttributeSpec spec; in createAttributeArray()
2060 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputTyp… in createDefaultAttribute()
2065 DrawTestSpec::AttributeSpec spec; in createDefaultAttribute()
2082 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec
2098 int DrawTestSpec::AttributeSpec::hash (void) const in hash()
2110 bool DrawTestSpec::AttributeSpec::valid (glu::ApiType ctxType) const in valid()
2201 bool DrawTestSpec::AttributeSpec::isBufferAligned (void) const in isBufferAligned()
2219 bool DrawTestSpec::AttributeSpec::isBufferStrideAligned (void) const in isBufferStrideAligned()
2427 const AttributeSpec& attrib = attribs[ndx]; in getName()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.h298 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec;
336 const AttributeSpec AttrSpec, unsigned AttrSize,
342 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec,
351 AttributeSpec AttrSpec,
360 unsigned cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec,
366 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec,
375 AttributeSpec AttrSpec,
DDwarfLinker.cpp924 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute()
944 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute()
1015 AttributeSpec AttrSpec, in cloneBlockAttribute()
1058 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute()
1107 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneScalarAttribute()
1175 const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info) { in cloneAttribute()
1343 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h22 struct AttributeSpec { struct
23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() function
27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h30 struct AttributeSpec { struct
31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() argument
35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function
85 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp70 AttributeSpecs.push_back(AttributeSpec(A, F, V)); in extract()
112 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract()
133 for (const AttributeSpec &Spec : AttributeSpecs) { in dump()
198 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp54 AttributeSpecs.push_back(AttributeSpec(Attr, Form)); in extract()
72 for (const AttributeSpec &Spec : AttributeSpecs) { in dump()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1298 typedef DWARFAbbreviationDeclaration::AttributeSpec AttributeSpec; typedef in llvm::dsymutil::__anond69ad1180111::DwarfLinker::DIECloner
1323 const AttributeSpec AttrSpec, unsigned AttrSize,
1329 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec,
1339 AttributeSpec AttrSpec, unsigned AttrSize,
1345 unsigned cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec,
1351 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec,
1360 CompileUnit &U, AttributeSpec AttrSpec,
2352 AttributeSpec AttrSpec, in cloneStringAttribute()
2365 AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, in cloneDieReferenceAttribute()
2435 AttributeSpec AttrSpec, in cloneBlockAttribute()
[all …]
/external/deqp/modules/gles2/stress/
Des2sDrawTests.cpp330 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp478 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp544 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp616 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp1051 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp2183 gls::DrawTestSpec::AttributeSpec attribSpec; in init()