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

  /art/compiler/optimizing/
instruction_builder.h 139 bool is_div);
code_generator_x86.cc 118 DivRemMinusOneSlowPathX86(HInstruction* instruction, Register reg, bool is_div)
119 : SlowPathCode(instruction), reg_(reg), is_div_(is_div) {}
3620 bool is_div = instruction->IsDiv(); local
    [all...]
code_generator_x86_64.cc 117 DivRemMinusOneSlowPathX86_64(HInstruction* at, Register reg, DataType::Type type, bool is_div)
118 : SlowPathCode(at), cpu_reg_(CpuRegister(reg)), type_(type), is_div_(is_div) {}
3769 bool is_div = instruction->IsDiv(); local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer.cc 753 string OuterNodeName(const NodeDef* node, bool is_div) const {
755 return is_div ? OptimizedNodeName(scope_and_name, "Div")
    [all...]

Completed in 1846 milliseconds