Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dkernels.cc102 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in GetAttrValue() local
227 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_NumInputs() local
232 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_NumOutputs() local
238 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_GetInput() local
253 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_SetOutput() local
269 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in TF_OpKernelConstruction_Failure() local
275 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_OpKernelContext_Failure() local
398 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in TF_OpKernelConstruction_GetAttrString() local
417 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in TF_OpKernelConstruction_GetAttrStringList() local
441 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_experimental.cc141 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in GetTrainingVariableMutex() local
165 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_AssignVariable() local
240 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_MaybeLockVariableInputMutexesInOrder() local
301 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_GetInputTensorFromVariable() local
329 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_OpKernelContext_ForwardRefInputToRefOutput() local
347 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx); in TF_GetInputByName() local
367 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelConstruction*>(ctx); in TF_OpKernelConstruction_GetAttrTensorShape() local
Dkernels_test.cc1022 OpKernelContext* cc_ctx = reinterpret_cast<OpKernelContext*>(ctx); in set_tensor_data() local