Home
last modified time | relevance | path

Searched refs:reduction_ops (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
DBUILD59 "reduction_ops.cc",
60 "reduction_ops.h",
/external/tensorflow/tensorflow/core/kernels/hexagon/
DBUILD49 "//tensorflow/core/kernels:reduction_ops",
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
DBUILD370 "//tensorflow/core/kernels:reduction_ops",
/external/tensorflow/tensorflow/core/kernels/
DBUILD2695 ":reduction_ops",
2809 name = "reduction_ops",
2811 prefix = "reduction_ops",
2984 ":reduction_ops",
3308 ":reduction_ops",
3369 ":reduction_ops",
4760 "reduction_ops.h",
/external/clang/include/clang/AST/
DOpenMPClause.h1850 helper_expr_const_range reduction_ops() const { in reduction_ops() function
1854 helper_expr_range reduction_ops() { in reduction_ops() function
DRecursiveASTVisitor.h2861 for (auto *E : C->reduction_ops()) {
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp943 auto IRed = C->reduction_ops().begin(); in EmitOMPReductionClauseInit()
1151 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
/external/clang/lib/AST/
DStmtProfile.cpp423 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1946 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
/external/clang/tools/libclang/
DCIndex.cpp2207 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
/external/clang/lib/Sema/
DTreeTransform.h7890 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()