Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ op
Method
op
tensorflow/compiler/tests/unary_ops_test.py:918–920 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
916
def
make_op(data_format):
917
918
def
op(x):
919
return
array_ops.depth_to_space(
920
x, block_size=2, data_format=data_format)
921
922
return
op
923
Callers
15
TEST
Function · 0.45
CreateFlexOpCustomOptions
Method · 0.45
BuildOperator
Method · 0.45
EvaluateOperation
Function · 0.45
GetOperationNodeDef
Function · 0.45
PreprocessGraphDef
Function · 0.45
GetLocation
Method · 0.45
CpuOpFilter
Function · 0.45
CheckNodeNotInCycle
Function · 0.45
AddMissingFunctionDef
Function · 0.45
FunctionalizeWhileLoop
Function · 0.45
ValidateFunctionDef
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected