(self)
| 2433 | |
| 2434 | @test_util.run_deprecated_v1 |
| 2435 | def testTensor(self): |
| 2436 | g0 = ops.Graph() |
| 2437 | a = g0.create_op("A", [], [dtypes.float32]) |
| 2438 | b = g0.create_op("B", [], [dtypes.float32]) |
| 2439 | self._testGraphElements([a, b]) |
| 2440 | |
| 2441 | @test_util.run_deprecated_v1 |
| 2442 | def testSparseTensor(self): |
nothing calls this directly
no test coverage detected