Home
last modified time | relevance | path

Searched defs:cc_ctx (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Dkernels.cc99 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in GetAttrValue() local
224 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_NumInputs() local
229 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_NumOutputs() local
235 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_GetInput() local
250 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_SetOutput() local
266 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in TF_OpKernelConstruction_Failure() local
272 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_OpKernelContext_Failure() local
395 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in TF_OpKernelConstruction_GetAttrString() local
414 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in TF_OpKernelConstruction_GetAttrStringList() local
438 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in TF_OpKernelConstruction_HasAttr() local
[all …]
Dops.cc125 auto* cc_ctx = reinterpret_cast<InferenceContext*>(ctx); in TF_ShapeInferenceContextConcatenateShapes() local
137 auto* cc_ctx = reinterpret_cast<InferenceContext*>(ctx); in TF_ShapeInferenceContextNumInputs() local
145 auto* cc_ctx = reinterpret_cast<InferenceContext*>(ctx); in TF_ShapeInferenceContextGetInput() local
157 auto* cc_ctx = reinterpret_cast<InferenceContext*>(ctx); in TF_ShapeInferenceContextRankKnown() local
165 auto* cc_ctx = reinterpret_cast<InferenceContext*>(ctx); in TF_ShapeInferenceContextSetOutput() local
238 auto* cc_ctx = reinterpret_cast<InferenceContext*>(ctx); in TF_ShapeInferenceContextDim() local
261 auto* cc_ctx = reinterpret_cast<InferenceContext*>(ctx); in TF_ShapeInferenceContextSubshape() local
Dkernels_test.cc997 OpKernelContext* cc_ctx = reinterpret_cast<OpKernelContext*>(ctx); in set_tensor_data() local