Home
last modified time | relevance | path

Searched refs:TF_CAPI_EXPORT (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api.h73 #define TF_CAPI_EXPORT macro
77 #define TF_CAPI_EXPORT __declspec(dllexport) macro
79 #define TF_CAPI_EXPORT __declspec(dllimport) macro
82 #define TF_CAPI_EXPORT __attribute__((visibility("default"))) macro
93 TF_CAPI_EXPORT extern const char* TF_Version();
128 TF_CAPI_EXPORT extern size_t TF_DataTypeSize(TF_DataType dt);
159 TF_CAPI_EXPORT extern TF_Status* TF_NewStatus();
162 TF_CAPI_EXPORT extern void TF_DeleteStatus(TF_Status*);
166 TF_CAPI_EXPORT extern void TF_SetStatus(TF_Status* s, TF_Code code,
170 TF_CAPI_EXPORT extern TF_Code TF_GetCode(const TF_Status* s);
[all …]
Dc_api_experimental.h35 #define TF_CAPI_EXPORT macro
39 #define TF_CAPI_EXPORT __declspec(dllexport) macro
41 #define TF_CAPI_EXPORT __declspec(dllimport) macro
44 #define TF_CAPI_EXPORT __attribute__((visibility("default"))) macro
59 TF_CAPI_EXPORT extern void TF_EnableXLACompilation(TF_SessionOptions* options,
/external/tensorflow/tensorflow/c/eager/
Dc_api.h31 #define TF_CAPI_EXPORT macro
35 #define TF_CAPI_EXPORT __declspec(dllexport) macro
37 #define TF_CAPI_EXPORT __declspec(dllimport) macro
40 #define TF_CAPI_EXPORT __attribute__((visibility("default"))) macro
51 TF_CAPI_EXPORT extern TFE_ContextOptions* TFE_NewContextOptions();
57 TF_CAPI_EXPORT extern void TFE_ContextOptionsSetConfig(
76 TF_CAPI_EXPORT extern void TFE_ContextOptionsSetDevicePlacementPolicy(
80 TF_CAPI_EXPORT extern void TFE_DeleteContextOptions(TFE_ContextOptions*);
88 TF_CAPI_EXPORT extern TFE_Context* TFE_NewContext(
90 TF_CAPI_EXPORT extern void TFE_DeleteContext(TFE_Context* ctx,
[all …]