Searched refs:ParseAttributes (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 368 bool ParseAttributes( 806 if (!ParseAttributes(attrs)) { in ParseHloModule() 1049 !ParseAttributes(attrs)) { in ParseInstructionRhs() 1062 !ParseAttributes(attrs)) { in ParseInstructionRhs() 1074 !ParseAttributes(attrs)) { in ParseInstructionRhs() 1110 !ParseAttributes(attrs)) { in ParseInstructionRhs() 1142 !ParseAttributes(attrs)) { in ParseInstructionRhs() 1162 !ParseAttributes(attrs)) { in ParseInstructionRhs() 1180 !ParseAttributes(attrs)) { in ParseInstructionRhs() 1189 !ParseAttributes(attrs)) { in ParseInstructionRhs() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | dilation_ops.cc | 43 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/ |
D | tinyxml2.cpp | 1885 char* XMLElement::ParseAttributes( char* p, int* curLineNumPtr ) in ParseAttributes() function in tinyxml2::XMLElement 2019 p = ParseAttributes( p, curLineNumPtr ); in ParseDeep()
|
D | tinyxml2.h | 1682 char* ParseAttributes( char* p, int* curLineNumPtr );
|