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

  /external/selinux/libselinux/include/selinux/
get_context_list.h 37 extern int get_default_context(const char *user,
48 /* Same as get_default_context, but only return a context
56 /* Same as get_default_context, but only return a context
  /external/tensorflow/tensorflow/python/eager/
execution_callbacks.py 149 ctx = context.get_default_context()
266 context.get_default_context().add_post_execution_callback(callback)
271 context.get_default_context().clear_post_execution_callbacks()
312 default_context = context.get_default_context()
context.py 479 def get_default_context(): function
  /external/tensorflow/tensorflow/python/ops/
resource_variable_ops.py 390 context.get_default_context().device_name)
405 context.get_default_context().device_name)
430 context.get_default_context().device_name)
    [all...]
  /external/selinux/libselinux/src/
get_context_list.c 100 int get_default_context(const char *user, function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 485 def get_default_context(*args): function
486 return _selinux.get_default_context(*args)
487 get_default_context = _selinux.get_default_context variable
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
constant_op_eager_test.py 495 ctx = context.get_default_context()
resource_variable_ops_test.py 484 self.assertEqual(context.get_default_context().device_name, v.device)
array_ops_test.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
test_util.py 467 context.get_default_context().scalar_cache().clear()
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 316 milliseconds