HomeSort by relevance Sort by last modified time
    Searched defs:IsReduction (Results 1 - 2 of 2) 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.cc 242 bool IsReduction(const NodeDef& node) {

Completed in 252 milliseconds