HomeSort by relevance Sort by last modified time
    Searched defs:_Test (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Lib/plat-mac/
MiniAEFrame.py 178 class _Test(AEServer, MiniApplication):
200 _Test()
  /external/tensorflow/tensorflow/python/ops/
nccl_ops_test.py 60 def _Test(self,
127 self._Test(_Gradient, numpy_fn)
133 self._Test(partial(_NcclAllReduce, nccl_ops.all_sum), lambda x, y: x + y)
134 self._Test(partial(_NcclAllReduce, nccl_ops.all_prod), lambda x, y: x * y)
135 self._Test(partial(_NcclAllReduce, nccl_ops.all_min), np.minimum)
136 self._Test(partial(_NcclAllReduce, nccl_ops.all_max), np.maximum)
152 self._Test(partial(_NcclReduce, nccl_ops.reduce_sum), lambda x, y: x + y)
162 self._Test(_NcclBroadcast, lambda x, y: x)
166 self._Test(_NcclBroadcast, lambda x, y: x,
172 self._Test(_NcclBroadcast, lambda x, y: x
    [all...]
  /external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
_split_definitions_test.py 176 class _Test(six.with_metaclass(abc.ABCMeta, unittest.TestCase)):
308 attributes['__module__'] = _Test.__module__
310 return type('{}Test'.format(name), (_Test,), attributes)
  /external/tensorflow/tensorflow/python/compiler/tensorrt/test/
tf_trt_integration_test_base.py 556 def _Test(self):
564 return _Test

Completed in 627 milliseconds