Home
last modified time | relevance | path

Searched refs:kPlaceholder (Results 1 – 7 of 7) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.h582 enum SubstitutionMode { kPlaceholder, kFormat }; enumerator
627 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders()
787 VIXL_ASSERT(mode == kPlaceholder); in GetSubstitute()
Ddisasm-aarch64.cc2495 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/
Dattr_value_util.cc134 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/
Dtensorflow_util.cc77 } else if (attr.second.value_case() == AttrValue::kPlaceholder) { in LogDumpGraphDef()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc34 constexpr char kPlaceholder[] = "Placeholder"; variable
170 {kPlaceholder, wrap(&OpLevelCostEstimator::PredictIdentity)}, in OpLevelCostEstimator()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc497 case tensorflow::AttrValue::kPlaceholder: in SetOpAttrScalarDefault()
/external/tensorflow/tensorflow/c/
Dc_api.cc1616 case tensorflow::AttrValue::kPlaceholder: in TF_OperationGetAttrMetadata()