Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ transform
Function
transform
tensorflow/python/keras/saving/hdf5_format.py:458–459 ·
view source on GitHub ↗
(kernel)
Source
from the content-addressed store, hash-verified
456
order =
'F'
if
from_cudnn
else
'C'
457
458
def
transform(kernel):
459
return
kernel.T.reshape(kernel.shape, order=order)
460
461
return
transform
462
Callers
15
FoldConstants
Function · 0.50
matrix_diag_transform
Function · 0.50
ScopedTensorDescriptor
Method · 0.50
ScopedConvolutionDescriptor
Method · 0.50
ScopedPoolingDescriptor
Method · 0.50
DoPoolBackward
Method · 0.50
DoNormalizeBackwardWithDimensions
Method · 0.50
CudnnTensorDescriptor
Method · 0.50
CudnnConvolutionDescriptor
Method · 0.50
CudnnPoolingDescriptor
Method · 0.50
NormalizeCustomOpName
Function · 0.50
QuantizeTensorFloat16
Function · 0.50
Calls
1
reshape
Method · 0.80
Tested by
1
TEST
Function · 0.40