MCPcopy Create free account
hub / github.com/pytorch/pytorch / is_autocast_enabled

Method is_autocast_enabled

test/test_utils.py:788–789  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

786
787 @staticmethod
788 def is_autocast_enabled():
789 return True
790
791 @staticmethod
792 def get_autocast_dtype():

Callers 15

_get_autocast_kwargsFunction · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
parallel_applyFunction · 0.80
__enter__Method · 0.80
batch_normFunction · 0.80
batch_normFunction · 0.80
save_global_stateMethod · 0.80
make_graphed_callablesFunction · 0.80
decorate_fwdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected