Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.h588 enum SubstitutionMode { kPlaceholder, kFormat }; enumerator
633 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders()
807 VIXL_ASSERT(mode == kPlaceholder); in GetSubstitute()
Ddisasm-aarch64.cc2994 NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes()
4271 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarByIndexedElement()
4286 Format(instr, mnemonic, nfd.Substitute(form, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarCopy()
4341 NEONFormatDecoder::kPlaceholder, in VisitNEONScalarPairwise()
/external/v8/src/arm64/
Dinstructions-arm64.cc672 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders()
710 DCHECK_EQ(mode, kPlaceholder); in GetSubstitute()
Ddisasm-arm64.cc1823 nfd.Substitute(form, NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes()
2936 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarByIndexedElement()
2950 Format(instr, mnemonic, nfd.Substitute(form, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarCopy()
2982 nfd.Substitute(form, NEONFormatDecoder::kPlaceholder, in VisitNEONScalarPairwise()
Dinstructions-arm64.h635 enum SubstitutionMode { kPlaceholder, kFormat }; enumerator
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc268 case AttrValue::kPlaceholder: in SummarizeAttrValue()
311 if (attr_value.value_case() == AttrValue::kPlaceholder) { in AttrValueHasType()
582 case AttrValue::kPlaceholder: in HasPlaceHolder()
610 case AttrValue::kPlaceholder: in SubstitutePlaceholders()
/external/tensorflow/tensorflow/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.cc43 constexpr char kPlaceholder[] = "Placeholder"; variable
260 {kPlaceholder, wrap(&OpLevelCostEstimator::PredictIdentity)}, in OpLevelCostEstimator()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc965 case tensorflow::AttrValue::kPlaceholder: in SetOpAttrValueScalar()
/external/tensorflow/tensorflow/c/
Dc_api.cc1728 case tensorflow::AttrValue::kPlaceholder: in TF_OperationGetAttrMetadata()