Searched refs:reduction_ops (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | BUILD | 45 "//tensorflow/core/kernels:reduction_ops",
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | BUILD | 70 "reduction_ops.cc", 71 "reduction_ops.h",
|
/external/tensorflow/tensorflow/core/kernels/ |
D | BUILD | 3272 ":reduction_ops", 3389 name = "reduction_ops", 3391 prefix = "reduction_ops", 3624 ":reduction_ops", 3915 ":reduction_ops", 3952 ":reduction_ops", 4027 ":reduction_ops", 4601 ":reduction_ops", 5095 ":reduction_ops", 5619 "reduction_ops.h",
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | BUILD | 367 "//tensorflow/core/kernels:reduction_ops",
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 1850 helper_expr_const_range reduction_ops() const { in reduction_ops() function 1854 helper_expr_range reduction_ops() { in reduction_ops() function
|
D | RecursiveASTVisitor.h | 2861 for (auto *E : C->reduction_ops()) {
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 943 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/ |
D | StmtProfile.cpp | 423 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1946 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2207 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 7890 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()
|