Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.h636 TF_CAPI_EXPORT extern TF_DataType TF_OperationInputType(TF_Input oper_in);
645 TF_CAPI_EXPORT extern TF_Output TF_OperationInput(TF_Input oper_in);
Dc_api.cc1540 TF_DataType TF_OperationInputType(TF_Input oper_in) { in TF_OperationInputType() argument
1541 return static_cast<TF_DataType>(oper_in.oper->node.input_type(oper_in.index)); in TF_OperationInputType()
1558 TF_Output TF_OperationInput(TF_Input oper_in) { in TF_OperationInput() argument
1560 Status s = oper_in.oper->node.input_edge(oper_in.index, &edge); in TF_OperationInput()