Home
last modified time | relevance | path

Searched refs:IsReduction (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp175 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
178 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
221 if (IsReduction) { in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp175 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
178 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
221 if (IsReduction) { in runOnMachineFunction()
/external/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp239 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
242 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
285 if (IsReduction) { in runOnMachineFunction()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h150 bool IsReduction(const NodeDef& node);
Dop_types.cc470 bool IsReduction(const NodeDef& node) { in IsReduction() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc932 } else if (IsReduction(node)) { in MaterializeConstants()
2728 if (!IsReduction(node) || node.input_size() < 2) { in IsReductionWithConstantIndices()