Home
last modified time | relevance | path

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

/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.py170 def __init__(self, c_ctx=None, p_ctx=None): argument
172 self.c = C.getcontext() if c_ctx is None else c_ctx