HomeSort by relevance Sort by last modified time
    Searched refs:SubstitutePlaceholders (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/framework/
attr_value_util_test.cc 102 SubstitutePlaceholders(ReplaceTWith(V(DT_FLOAT)), &v);
132 SubstitutePlaceholders(ReplaceTWith(F("x", {})), &v);
attr_value_util.h 104 // SubstitutePlaceholders recursively replaces placeholders in 'value'
112 bool SubstitutePlaceholders(const SubstituteFunc& substitute, AttrValue* value);
attr_value_util.cc 526 bool SubstitutePlaceholders(const SubstituteFunc& substitute,
532 if (!SubstitutePlaceholders(substitute, &p.second)) {
541 if (!SubstitutePlaceholders(substitute, &p.second)) {
function.cc 659 if (!SubstitutePlaceholders(substitute, &attr.second)) {
    [all...]
  /external/vixl/src/aarch64/
disasm-aarch64.cc     [all...]
instructions-aarch64.h 626 const char* SubstitutePlaceholders(const char* string) {

Completed in 183 milliseconds