MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / truncated_normal

Function truncated_normal

tensorflow/python/eager/core_test.py:56–62  ·  view source on GitHub ↗
(shape)

Source from the content-addressed store, hash-verified

54
55
56def truncated_normal(shape):
57 return execute(
58 b'TruncatedNormal',
59 1,
60 inputs=[shape],
61 attrs=('dtype', dtypes.float32.as_datatype_enum, 'T',
62 shape.dtype.as_datatype_enum, 'seed', 0, 'seed2', 0))[0]
63
64
65def current_device():

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected