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

  /external/llvm/lib/Target/AMDGPU/
R600ExpandSpecialInstrs.cpp 239 bool IsReduction = TII->isReductionOp(MI.getOpcode());
242 if (!IsReduction && !IsVector && !IsCube) {
285 if (IsReduction) {
  /external/tensorflow/tensorflow/core/grappler/
op_types.h 100 bool IsReduction(const NodeDef& node);
op_types.cc 242 bool IsReduction(const NodeDef& node) {
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc 663 } else if (IsReduction(node)) {
    [all...]

Completed in 89 milliseconds