Home
last modified time | relevance | path

Searched defs:some_function (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/
Dshapes_for_arguments.py41 def some_function(self, x): member in TestModule
Ddebug_info.py33 def some_function(self, x, y): member in TestModule
Dbasic.py54 def some_function(self, x): member in TestModule
Dexported_python_args.py30 def some_function(self, x): member in TestModule
/external/bcc/tests/python/
Ddummy.cc5 static __attribute__((noinline)) int some_function(int x, int y) { in some_function() function
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dcluster_coordinator_test.py208 def some_function(): function