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

  /art/compiler/optimizing/
induction_var_range.cc 155 static bool IsConstantValue(InductionVarRange::Value v) {
170 return (IsConstantValue(v) && min <= v.b_constant && v.b_constant <= max)
450 if (IsConstantValue(min_val) &&
451 IsConstantValue(max_val) && min_val.b_constant <= max_val.b_constant) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion.cc 53 bool IsConstantValue(const HloValue& value) {
58 return IsConstantValue(value) || IsEntryParameterValue(value);
    [all...]

Completed in 367 milliseconds