Searched defs:Cube (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
H A Dfunction_test.py630 def Cube(x): function in function:FunctionTest.testNestedFunction
635 return Cube(x) + y
648 def Cube(x): function in function:FunctionTest.testNestedDefinedFunction.CubeXPlusY
651 return Cube(x) + y

Completed in 53 milliseconds