HomeSort by relevance Sort by last modified time
    Searched refs:has_function (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_test.py 223 self.assertFalse(ctx.has_function("not_a_function"))
229 self.assertTrue(ctx.has_function(f.get_concrete_function().name))
context.py 694 def has_function(self, name): member in class:Context
    [all...]
  /external/tensorflow/tensorflow/python/framework/
function_def_to_graph.py 87 return context.context().has_function(fname)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py 776 def has_function(self, funcname, includes=None, include_dirs=None, member in class:CCompiler
    [all...]
  /external/python/cpython2/Lib/distutils/
ccompiler.py 726 def has_function(self, funcname, includes=None, include_dirs=None, member in class:CCompiler
    [all...]
  /external/python/cpython3/Lib/distutils/
ccompiler.py 760 def has_function(self, funcname, includes=None, include_dirs=None, member in class:CCompiler
    [all...]

Completed in 229 milliseconds