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

  /external/tensorflow/tensorflow/core/grappler/
op_types.h 84 bool IsMul(const NodeDef& node);
op_types.cc 202 bool IsMul(const NodeDef& node) { return node.op() == "Mul"; }
  /external/v8/src/crankshaft/
hydrogen-range-analysis.cc 255 } else if (value->IsDiv() || value->IsMul()) {
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]
  /art/compiler/optimizing/
scheduler.cc 681 instruction->IsMul() ||
induction_var_analysis.cc 367 } else if (instruction->IsMul()) {
449 } else if (instruction->IsMul()) {
    [all...]
loop_optimization.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc     [all...]
lithium-arm.h     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc     [all...]
layout_optimizer.cc 318 IsMinimum(node) || IsMod(node) || IsMul(node) || IsPolygamma(node) ||
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h     [all...]

Completed in 986 milliseconds