Home
last modified time | relevance | path

Searched defs:outer_func (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer_test.cc1244 void SetUpCallFromNode(FunctionDef& outer_func) { in SetUpCallFromNode()
1254 void SetUpCallFromAttr(FunctionDef& outer_func) { in SetUpCallFromAttr()
1268 void SetUpCallFromList(FunctionDef& outer_func) { in SetUpCallFromList()
1300 FunctionDef outer_func; in TEST_P() local
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dutils.py21 def outer_func(func): function
H A Dtest_modules.py2229 def outer_func(tensor): function
2298 def outer_func(tensor): function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dmake_deterministic_test.cc472 FunctionDef outer_func; in TEST_P() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py6757 def outer_func(x): function