Home
last modified time | relevance | path

Searched refs:c_ctx (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_eager.cc48 TFE_Context* c_ctx = TFE_NewContext(options, s); in TF_NewEagerExecutionContext() local
52 return wrap(static_cast<AbstractContext*>(unwrap(c_ctx))); in TF_NewEagerExecutionContext()
/external/tensorflow/tensorflow/c/experimental/op_handler/
Dinternal_test.cc61 c_ctx(TF_NewEagerExecutionContext(opts.get(), status.get()), in TEST() local
63 OpHandlerContext ctx(unwrap(c_ctx.get())); in TEST()
/external/tensorflow/tensorflow/c/
Dops.cc95 auto c_ctx = reinterpret_cast<TF_ShapeInferenceContext*>(ctx); in TF_OpDefinitionBuilderSetShapeInferenceFunction() local
96 shape_inference_func(c_ctx, c_status); in TF_OpDefinitionBuilderSetShapeInferenceFunction()
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py187 def __init__(self, c_ctx=None, p_ctx=None): argument
189 self.c = C.getcontext() if c_ctx is None else c_ctx