Home
last modified time | relevance | path

Searched refs:testReshape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dscalar_test.py94 def testReshape(self): member in ScalarTest
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf-ops.mlir220 // CHECK-LABEL: func @testReshape(%arg0: tensor<*xf32>, %arg1: tensor<*xf32>, %arg2: tensor<10000xf…
221 func @testReshape(%arg0: tensor<*xf32>, %arg1: tensor<*xf32>, %arg2: tensor<10000xf32>, %arg3: tens…
236 func @testReshape(tensor<*xf32>, tensor<*xf32>) -> (tensor<100x100xf32>) {
246 func @testReshape(%arg0: tensor<10x10x10xf32>) -> tensor<100x100xf32> {
255 func @testReshape(%arg0: tensor<10x10x10x10xf32>) -> tensor<100x100xf32> {
264 func @testReshape(%arg0: tensor<10x10x10x10xf32>) -> tensor<100x100xf32> {
273 func @testReshape(%arg0: tensor<10x10x?xf32>) -> tensor<10x10xf32> {
/external/tensorflow/tensorflow/compiler/tests/
Djit_test.py282 def testReshape(self): member in XlaCompilationTest
Dbinary_ops_test.py1317 def testReshape(self): member in BinaryOpsTest
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_vectorization_test.py299 def testReshape(self, num_parallel_calls): member in MapVectorizationTest
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py1148 def testReshape(self): member in SingleOpTest
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py673 def testReshape(self): member in SaverTest