MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / testTensor

Method testTensor

tensorflow/python/framework/ops_test.py:2435–2439  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 3

create_opMethod · 0.95
_testGraphElementsMethod · 0.95
GraphMethod · 0.45

Tested by

no test coverage detected