Searched refs:c_ctx (Results 1 – 2 of 2) sorted by relevance
95 auto c_ctx = reinterpret_cast<TF_ShapeInferenceContext*>(ctx); in TF_OpDefinitionBuilderSetShapeInferenceFunction() local96 shape_inference_func(c_ctx, c_status); in TF_OpDefinitionBuilderSetShapeInferenceFunction()
170 def __init__(self, c_ctx=None, p_ctx=None): argument172 self.c = C.getcontext() if c_ctx is None else c_ctx