(context)
| 771 | |
| 772 | |
| 773 | def unload_context(context): |
| 774 | return create_unload_op(context.session_id, types_pb2.UNLOAD_CONTEXT, [context.op]) |
| 775 | |
| 776 | |
| 777 | def context_to_numpy(context, selector=None, vertex_range=None, axis=0): |
nothing calls this directly
no test coverage detected