Home
last modified time | relevance | path

Searched refs:reduce_all (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_utils/
H A Dmpi_util.py26 return reduce_all(x, MPI.SUM)
30 return reduce_all(x, MPI.PROD)
40 return reduce_all(x, MPI.MIN)
44 return reduce_all(x, MPI.MAX)
47 def reduce_all(x, op): function
/dports/misc/py-onnx-tf/onnx-tf-1.6.0/onnx_tf/handlers/backend/
H A Dloop.py69 condition = lambda cond, v, scan_outputs: tf.reduce_all(
81 condition = lambda cond, v, scan_outputs: tf.reduce_all(
H A Dsequence_at.py32 return tf.reduce_all(tf.logical_and(cond1, cond2))
H A Dsequence_erase.py28 return tf.reduce_all(tf.logical_and(cond1, cond2))
H A Dsequence_insert.py27 return tf.reduce_all(tf.logical_and(cond1, cond2))
H A Dgather_and_scatter_mixin.py28 result = tf.reduce_all(tf.logical_and(cond1, cond2))
H A Dpad.py21 r = tf.reduce_all(p)
H A Dtfidf_vectorizer.py52 tf.reduce_all(
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/
H A Dreduction.h49 int reduce_all; variable
H A Dreduction.cpp32 reduce_all = pd.get(1, 1); in load_param()
844 if (reduce_all) in forward()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/
H A Dreduction.h49 int reduce_all; variable
H A Dreduction.cpp32 reduce_all = pd.get(1, 1); in load_param()
844 if (reduce_all) in forward()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/
H A Dreduction.h49 int reduce_all; variable
/dports/misc/ncnn/ncnn-20211208/src/layer/
H A Dreduction.h49 int reduce_all; variable
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/
H A Dreduction.h49 int reduce_all; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/frontend/tensorflow/
H A Dtest_debugging.py40 assert_op = tf.Assert(tf.reduce_all(tf.less_equal(x, x)), ["it failed"])
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_debugging.py35 assert_op = tf.Assert(tf.reduce_all(tf.less_equal(x, x)), ["it failed"])
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_debugging.py35 assert_op = tf.Assert(tf.reduce_all(tf.less_equal(x, x)), ["it failed"])
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/Tosa/
H A Dcanonicalize.mlir52 %0 = "tosa.reduce_all"(%arg0) {axis = 1 : i64}: (tensor<?x1xf32>) -> tensor<?x1xf32>
60 // CHECK: "tosa.reduce_all"
61 %0 = "tosa.reduce_all"(%arg0) {axis = 0 : i64}: (tensor<?x1xf32>) -> tensor<?x1xf32>
H A Dtosa-infer-shapes.mlir421 // CHECK: "tosa.reduce_all"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<1x3x?x?xi1>
422 %0 = "tosa.reduce_all"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
424 // CHECK: "tosa.reduce_all"(%arg0) {axis = 1 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x1x?x?xi1>
425 %1 = "tosa.reduce_all"(%arg0) {axis = 1 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
427 // CHECK: "tosa.reduce_all"(%arg0) {axis = 2 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x3x1x?xi1>
428 %2 = "tosa.reduce_all"(%arg0) {axis = 2 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
430 // CHECK: "tosa.reduce_all"(%arg0) {axis = 3 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x3x?x1xi1>
431 %3 = "tosa.reduce_all"(%arg0) {axis = 3 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
/dports/math/py-bottleneck/Bottleneck-1.3.2/bottleneck/src/
H A Dreduce_template.c1174 int reduce_all = 0; in reducer() local
1205 reduce_all = 1; in reducer()
1225 reduce_all = 1; in reducer()
1242 if (reduce_all == 1) { in reducer()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/Tosa/
H A Dtosa-infer-shapes.mlir412 // CHECK: "tosa.reduce_all"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<1x3x?x?xi1>
413 %0 = "tosa.reduce_all"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
415 // CHECK: "tosa.reduce_all"(%arg0) {axis = 1 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x1x?x?xi1>
416 %1 = "tosa.reduce_all"(%arg0) {axis = 1 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
418 // CHECK: "tosa.reduce_all"(%arg0) {axis = 2 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x3x1x?xi1>
419 %2 = "tosa.reduce_all"(%arg0) {axis = 2 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
421 // CHECK: "tosa.reduce_all"(%arg0) {axis = 3 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x3x?x1xi1>
422 %3 = "tosa.reduce_all"(%arg0) {axis = 3 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/Tosa/
H A Dtosa-infer-shapes.mlir412 // CHECK: "tosa.reduce_all"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<1x3x?x?xi1>
413 %0 = "tosa.reduce_all"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
415 // CHECK: "tosa.reduce_all"(%arg0) {axis = 1 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x1x?x?xi1>
416 %1 = "tosa.reduce_all"(%arg0) {axis = 1 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
418 // CHECK: "tosa.reduce_all"(%arg0) {axis = 2 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x3x1x?xi1>
419 %2 = "tosa.reduce_all"(%arg0) {axis = 2 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
421 // CHECK: "tosa.reduce_all"(%arg0) {axis = 3 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x3x?x1xi1>
422 %3 = "tosa.reduce_all"(%arg0) {axis = 3 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/Tosa/
H A Dtosa-infer-shapes.mlir412 // CHECK: "tosa.reduce_all"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<1x3x?x?xi1>
413 %0 = "tosa.reduce_all"(%arg0) {axis = 0 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
415 // CHECK: "tosa.reduce_all"(%arg0) {axis = 1 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x1x?x?xi1>
416 %1 = "tosa.reduce_all"(%arg0) {axis = 1 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
418 // CHECK: "tosa.reduce_all"(%arg0) {axis = 2 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x3x1x?xi1>
419 %2 = "tosa.reduce_all"(%arg0) {axis = 2 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
421 // CHECK: "tosa.reduce_all"(%arg0) {axis = 3 : i64} : (tensor<2x3x?x?xi1>) -> tensor<2x3x?x1xi1>
422 %3 = "tosa.reduce_all"(%arg0) {axis = 3 : i64} : (tensor<2x3x?x?xi1>) -> tensor<?x?x?x?xi1>
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dred_all.c127 void ENTFTN(REDUCE_ALL, reduce_all)(char *hb, __INT_T *dimsb, __INT_T *nargb, in ENTFTN() argument

123