Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc229 bool ParseAttributes(const std::unordered_map<string, AttrConfig>& attrs);
494 if (!ParseAttributes(attrs)) { in ParseHloModule()
698 !ParseAttributes(attrs)) { in ParseInstructionRhs()
711 !ParseAttributes(attrs)) { in ParseInstructionRhs()
723 !ParseAttributes(attrs)) { in ParseInstructionRhs()
754 !ParseAttributes(attrs)) { in ParseInstructionRhs()
779 !ParseAttributes(attrs)) { in ParseInstructionRhs()
791 !ParseAttributes(attrs)) { in ParseInstructionRhs()
801 !ParseAttributes(attrs)) { in ParseInstructionRhs()
810 !ParseAttributes(attrs)) { in ParseInstructionRhs()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Ddilation_ops.cc43 void ParseAttributes(OpKernelConstruction* context, std::vector<int32>* strides, in ParseAttributes() function
118 ParseAttributes(context, &strides_, &rates_, &padding_); in DilationOp()
216 ParseAttributes(context, &strides_, &rates_, &padding_); in DilationBackpropInputOp()
336 ParseAttributes(context, &strides_, &rates_, &padding_); in DilationBackpropFilterOp()
/external/tinyxml2/
Dtinyxml2.cpp1815 char* XMLElement::ParseAttributes( char* p, int* curLineNumPtr ) in ParseAttributes() function in tinyxml2::XMLElement
1916 p = ParseAttributes( p, curLineNumPtr ); in ParseDeep()
Dtinyxml2.h1629 char* ParseAttributes( char* p, int* curLineNumPtr );