MCPcopy Create free account
hub / github.com/NVIDIA/FasterTransformer / __init__

Method __init__

examples/pytorch/decoding/utils/decoding.py:416–420  ·  view source on GitHub ↗
(self, model_type=None, data_type=None, decoder_ths_path=None, decoding_ths_path=None)

Source from the content-addressed store, hash-verified

414
415class ArgHelper(object):
416 def __init__(self, model_type=None, data_type=None, decoder_ths_path=None, decoding_ths_path=None):
417 self.model_type = model_type
418 self.data_type = data_type
419 self.decoder_ths_path = decoder_ths_path
420 self.decoding_ths_path = decoding_ths_path
421
422
423class TorchDecoding(nn.Module):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected