Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.h437 TF_CAPI_EXPORT extern TF_DataType TF_OperationInputType(TF_Input oper_in);
446 TF_CAPI_EXPORT extern TF_Output TF_OperationInput(TF_Input oper_in);
Dc_api.cc1110 TF_DataType TF_OperationInputType(TF_Input oper_in) { in TF_OperationInputType() argument
1111 return static_cast<TF_DataType>(oper_in.oper->node.input_type(oper_in.index)); in TF_OperationInputType()
1128 TF_Output TF_OperationInput(TF_Input oper_in) { in TF_OperationInput() argument
1130 Status s = oper_in.oper->node.input_edge(oper_in.index, &edge); in TF_OperationInput()