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

Method pop

tensorflow/python/eager/context.py:234–237  ·  view source on GitHub ↗

Pop the stack.

(self)

Source from the content-addressed store, hash-verified

232 ContextSwitch(is_building_function, enter_context_fn, device_stack))
233
234 def pop(self):
235 """Pop the stack."""
236
237 self.stack.pop()
238
239
240class LogicalDevice(

Callers 2

_modeMethod · 0.45
_compute_gpu_optionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected