Home
last modified time | relevance | path

Searched refs:reduce_any (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/Tosa/
H A Dcanonicalize.mlir70 %0 = "tosa.reduce_any"(%arg0) {axis = 1 : i64}: (tensor<?x1xf32>) -> tensor<?x1xf32>
78 // CHECK: "tosa.reduce_any"
79 %0 = "tosa.reduce_any"(%arg0) {axis = 0 : i64}: (tensor<?x1xf32>) -> tensor<?x1xf32>
H A Dops.mlir324 // CHECK-LABEL: reduce_any
326 %0 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<13x21x3xi1>) -> tensor<1x21x3xi1>
H A Dtosa-infer-shapes.mlir433 // CHECK: "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<1x3x?x?xi1>
434 %4 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dred_any.c127 void ENTFTN(REDUCE_ANY, reduce_any)(char *hb, __INT_T *dimsb, __INT_T *nargb, in ENTFTN() argument
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/agents/tools/
H A Dloop.py210 submit_score = tf.cond(tf.reduce_any(done), lambda: score_mean.submit(done_score), tf.no_op)
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/agents/tools/
H A Dloop.py213 submit_score = tf.cond(tf.reduce_any(done), lambda: score_mean.submit(done_score), tf.no_op)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/Tosa/
H A Dops.mlir318 // CHECK-LABEL: reduce_any
320 %0 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<13x21x3xi1>) -> tensor<1x21x3xi1>
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/Tosa/
H A Dops.mlir324 // CHECK-LABEL: reduce_any
326 %0 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<13x21x3xi1>) -> tensor<1x21x3xi1>
H A Dtosa-infer-shapes.mlir424 // CHECK: "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<1x3x?x?xi1>
425 %4 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Dialect/Tosa/
H A Dops.mlir318 // CHECK-LABEL: reduce_any
320 %0 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<13x21x3xi1>) -> tensor<1x21x3xi1>
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/Tosa/
H A Dops.mlir324 // CHECK-LABEL: reduce_any
326 %0 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<13x21x3xi1>) -> tensor<1x21x3xi1>
H A Dtosa-infer-shapes.mlir424 // CHECK: "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<1x3x?x?xi1>
425 %4 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/Tosa/
H A Dops.mlir318 // CHECK-LABEL: reduce_any
320 %0 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<13x21x3xi1>) -> tensor<1x21x3xi1>
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/Tosa/
H A Dops.mlir324 // CHECK-LABEL: reduce_any
326 %0 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<13x21x3xi1>) -> tensor<1x21x3xi1>
H A Dtosa-infer-shapes.mlir424 // CHECK: "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<1x3x?x?xi1>
425 %4 = "tosa.reduce_any"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td1097 // Operator: reduce_any
1099 def Tosa_ReduceAnyOp : Tosa_Op<"reduce_any", [NoSideEffect]> {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td1097 // Operator: reduce_any
1099 def Tosa_ReduceAnyOp : Tosa_Op<"reduce_any", [NoSideEffect]> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td1097 // Operator: reduce_any
1099 def Tosa_ReduceAnyOp : Tosa_Op<"reduce_any", [NoSideEffect]> {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td1231 // Operator: reduce_any
1233 def Tosa_ReduceAnyOp : Tosa_Op<"reduce_any", [
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td1233 // Operator: reduce_any
1235 def Tosa_ReduceAnyOp : Tosa_Op<"reduce_any", [
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td1233 // Operator: reduce_any
1235 def Tosa_ReduceAnyOp : Tosa_Op<"reduce_any", [
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td1233 // Operator: reduce_any
1235 def Tosa_ReduceAnyOp : Tosa_Op<"reduce_any", [
/dports/math/py-jax/jax-0.2.9/jax/experimental/jax2tf/
H A Djax2tf.py1445 tf_impl[lax.reduce_or_p] = axes_to_axis(tf.reduce_any)
1952 pred = tf.reduce_any(pred_b, axis=list(range(len(pred_b.shape))))
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_forward.py2566 tf.reduce_any(in_data, name="any")
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_forward.py2566 tf.reduce_any(in_data, name="any")

12