/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | BUILD | 45 "//tensorflow/core/kernels:reduction_ops",
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | BUILD | 82 "reduction_ops.cc", 83 "reduction_ops.h",
|
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | BUILD | 286 "//tensorflow/core/kernels:reduction_ops",
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1190 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseInit() 1197 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPReductionClauseInit() 1198 C->reduction_ops().end()); in EmitOMPReductionClauseInit() 1410 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal() 3173 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirective() 3918 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskBasedDirective() 3919 C->reduction_ops().end()); in EmitOMPTaskBasedDirective() 4073 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective() 4356 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskgroupDirective() 4357 C->reduction_ops().end()); in EmitOMPTaskgroupDirective() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | BUILD | 3270 ":reduction_ops", 3381 name = "reduction_ops", 3383 prefix = "reduction_ops", 3608 ":reduction_ops", 3939 ":reduction_ops", 3964 deps = NN_DEPS + [":reduction_ops"], 3983 ":reduction_ops", 4063 ":reduction_ops", 4681 ":reduction_ops", 5287 ":reduction_ops", [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | StmtProfile.cpp | 608 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause() 646 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause() 670 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | BUILD | 404 "//tensorflow/core/kernels:reduction_ops",
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 2984 helper_expr_const_range reduction_ops() const { in reduction_ops() function 2989 helper_expr_range reduction_ops() { in reduction_ops() function 3248 helper_expr_const_range reduction_ops() const { in reduction_ops() function 3253 helper_expr_range reduction_ops() { in reduction_ops() function 3493 helper_expr_const_range reduction_ops() const { in reduction_ops() function 3498 helper_expr_range reduction_ops() { in reduction_ops() function
|
D | RecursiveASTVisitor.h | 3318 for (auto *E : C->reduction_ops()) { 3351 for (auto *E : C->reduction_ops()) { 3373 for (auto *E : C->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/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 6432 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause() 6459 for (auto *E : C->reduction_ops()) in VisitOMPTaskReductionClause() 6478 for (auto *E : C->reduction_ops()) in VisitOMPInReductionClause()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2384 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause() 2412 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause() 2429 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 768 "//tensorflow/core/kernels:reduction_ops",
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1946 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
|
/external/tensorflow/tensorflow/ |
D | tensorflow.bzl | 2816 (for eg. `reduction_ops` dependency for the `bias_op` target above),
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 9335 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause() 9383 for (auto *E : C->reduction_ops()) { in TransformOMPTaskReductionClause() 9428 for (auto *E : C->reduction_ops()) { in TransformOMPInReductionClause()
|
/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()
|