Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/hexagon/
DBUILD45 "//tensorflow/core/kernels:reduction_ops",
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
DBUILD82 "reduction_ops.cc",
83 "reduction_ops.h",
/external/tensorflow/tensorflow/core/kernels/linalg/
DBUILD286 "//tensorflow/core/kernels:reduction_ops",
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1190 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/
DBUILD3270 ":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/
DStmtProfile.cpp608 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/
DBUILD404 "//tensorflow/core/kernels:reduction_ops",
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2984 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
DRecursiveASTVisitor.h3318 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/
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/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6432 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/
DCIndex.cpp2384 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/
DBUILD768 "//tensorflow/core/kernels:reduction_ops",
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1946 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
/external/tensorflow/tensorflow/
Dtensorflow.bzl2816 (for eg. `reduction_ops` dependency for the `bias_op` target above),
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h9335 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/
DCIndex.cpp2207 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
/external/clang/lib/Sema/
DTreeTransform.h7890 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()