MCPcopy 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

TESTFunction · 0.45
BuildOperatorMethod · 0.45
EvaluateOperationFunction · 0.45
GetOperationNodeDefFunction · 0.45
PreprocessGraphDefFunction · 0.45
GetLocationMethod · 0.45
CpuOpFilterFunction · 0.45
CheckNodeNotInCycleFunction · 0.45
AddMissingFunctionDefFunction · 0.45
FunctionalizeWhileLoopFunction · 0.45
ValidateFunctionDefFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected