HomeSort by relevance Sort by last modified time
    Searched defs:kPlaceholder (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
op_level_cost_estimator.cc 34 constexpr char kPlaceholder[] = "Placeholder";
170 {kPlaceholder, wrap(&OpLevelCostEstimator::PredictIdentity)},
    [all...]
  /external/vixl/src/aarch64/
instructions-aarch64.h 582 enum SubstitutionMode { kPlaceholder, kFormat };
627 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder);
787 VIXL_ASSERT(mode == kPlaceholder);

Completed in 1167 milliseconds