Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.h738 enum SubstitutionMode { kPlaceholder, kFormat }; enumerator
783 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders()
957 VIXL_ASSERT(mode == kPlaceholder); in GetSubstitute()
Ddisasm-aarch64.cc3191 NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes()
4492 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarByIndexedElement()
4507 Format(instr, mnemonic, nfd.Substitute(form, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarCopy()
4562 NEONFormatDecoder::kPlaceholder, in VisitNEONScalarPairwise()
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc291 case AttrValue::kPlaceholder: in SummarizeAttrValue()
334 if (attr_value.value_case() == AttrValue::kPlaceholder) { in AttrValueHasType()
623 case AttrValue::kPlaceholder: in HasPlaceHolder()
651 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/c/
Dkernels.cc334 case tensorflow::AttrValue::kPlaceholder: in TF_OpKernelConstruction_GetAttrSize()
Dc_api.cc1317 case tensorflow::AttrValue::kPlaceholder: in TF_OperationGetAttrMetadata()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc1121 case tensorflow::AttrValue::kPlaceholder: in SetOpAttrValueScalar()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc58 constexpr char kPlaceholder[] = "Placeholder"; variable
441 device_cost_impl_.emplace(kPlaceholder, in OpLevelCostEstimator()