Searched refs:kPlaceholder (Results 1 – 7 of 7) sorted by relevance
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 582 enum SubstitutionMode { kPlaceholder, kFormat }; enumerator 627 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders() 787 VIXL_ASSERT(mode == kPlaceholder); in GetSubstitute()
|
D | disasm-aarch64.cc | 2495 NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes() 3587 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarByIndexedElement() 3602 Format(instr, mnemonic, nfd.Substitute(form, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarCopy() 3637 NEONFormatDecoder::kPlaceholder, in VisitNEONScalarPairwise()
|
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value_util.cc | 134 case AttrValue::kPlaceholder: in SummarizeAttrValue() 177 if (attr_value.value_case() == AttrValue::kPlaceholder) { in AttrValueHasType() 518 case AttrValue::kPlaceholder: in HasPlaceHolder() 546 case AttrValue::kPlaceholder: in SubstitutePlaceholders()
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
D | tensorflow_util.cc | 77 } else if (attr.second.value_case() == AttrValue::kPlaceholder) { in LogDumpGraphDef()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator.cc | 34 constexpr char kPlaceholder[] = "Placeholder"; variable 170 {kPlaceholder, wrap(&OpLevelCostEstimator::PredictIdentity)}, in OpLevelCostEstimator()
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 497 case tensorflow::AttrValue::kPlaceholder: in SetOpAttrScalarDefault()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1616 case tensorflow::AttrValue::kPlaceholder: in TF_OperationGetAttrMetadata()
|