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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
dot_op_emitter.cc 274 bool swap_operands; local
283 swap_operands = true;
288 swap_operands = true;
299 swap_operands = false;
304 swap_operands = false;
315 swap_operands ? rhs_array_.GetBasePointer() : lhs_array_.GetBasePointer();
317 swap_operands ? lhs_array_.GetBasePointer() : rhs_array_.GetBasePointer();
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
folding_rules.cpp 365 bool swap_operands = !is_add || zero_is_variable; local
381 if (swap_operands) std::swap(op0, op1);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
folding_rules.cpp 365 bool swap_operands = !is_add || zero_is_variable; local
381 if (swap_operands) std::swap(op0, op1);
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 748 bool swap_operands = false);
    [all...]

Completed in 141 milliseconds