MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TF_NewSessionOptions

Function TF_NewSessionOptions

tensorflow/c/c_api.cc:116–116  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

114
115// --------------------------------------------------------------------------
116TF_SessionOptions* TF_NewSessionOptions() { return new TF_SessionOptions; }
117void TF_DeleteSessionOptions(TF_SessionOptions* opt) { delete opt; }
118
119void TF_SetTarget(TF_SessionOptions* options, const char* target) {

Callers 6

CSessionMethod · 0.85
GPUDeviceNameFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 4

CSessionMethod · 0.68
GPUDeviceNameFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68