Home
last modified time | relevance | path

Searched refs:test_reduce_sum (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir232 // CHECK-LABEL: test_reduce_sum
235 func @test_reduce_sum(%arg0: tensor<13x21x3xf32>) -> tensor<21x3xf32> {
Dtfl-to-tosa-pipeline.mlir228 // CHECK-LABEL: test_reduce_sum
231 func @test_reduce_sum(%arg0: tensor<13x21x3xf32>) -> tensor<21x3xf32> {
/external/tensorflow/tensorflow/python/distribute/parallel_device/
Dparallel_device_test.py372 def test_reduce_sum(self): member in ParallelDeviceTests
/external/llvm-project/mlir/test/Dialect/Tosa/
Dops.mlir351 func @test_reduce_sum(%arg0: tensor<13x21x3xf32>) -> tensor<21x3xf32> {
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops_test.py265 def test_reduce_sum(self): member in ReductionTest