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

Method cached_session

tensorflow/compiler/tests/xla_test.py:226–228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

224 yield sess
225
226 def cached_session(self):
227 raise NotImplementedError(
228 'cached_session not supported on XLATestCase, please use session')
229
230 def test_session(self):
231 raise NotImplementedError(

Callers 15

testArgRenamesMethod · 0.45
testArgMinMaxMethod · 0.45
testExpandAndSqueezeMethod · 0.45
testArithmeticRenamesMethod · 0.45
testBatchAndSvdMethod · 0.45
testCrossEntropyMethod · 0.45
testVariablesMethod · 0.45
testSummariesMethod · 0.45
testUnbatchGradMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected