Home
last modified time | relevance | path

Searched defs:_channels (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/distributed/rpc/
Dbackend_registry.py140 _channels=None, argument
/external/python/cpython3/Lib/test/support/interpreters/
Dchannels.py4 import _interpchannels as _channels namespace
/external/python/cpython3/Lib/test/test_interpreters/
Dtest_channels.py10 _channels = import_helper.import_module('_interpchannels') variable
/external/python/cpython3/Modules/
D_interpchannelsmodule.c1343 typedef struct _channels { struct
1348 } _channels; argument
/external/python/cpython3/Lib/test/
Dtest__interpchannels.py11 _channels = import_helper.import_module('_interpchannels') variable