Searched refs:TF_NewSessionOptions (Results 1 – 12 of 12) sorted by relevance
51 def TF_NewSessionOptions(target=None, config=None): function66 opts = TF_NewSessionOptions(target=target, config=config)
44 opts = tf_session.TF_NewSessionOptions()
708 opts = tf_session.TF_NewSessionOptions(target=self._target, config=config)
177 m.def("_TF_NewSessionOptions", TF_NewSessionOptions, in PYBIND11_MODULE()
30 TF_SessionOptions* opts = TF_NewSessionOptions(); in Java_org_tensorflow_SavedModelBundle_load()
88 TF_SessionOptions* opts = TF_NewSessionOptions(); in Java_org_tensorflow_Session_allocate2()
102 TF_SessionOptions* opts = TF_NewSessionOptions(); in GPUDeviceName()268 TF_SessionOptions* opt = TF_NewSessionOptions(); in TEST()274 TF_SessionOptions* opt = TF_NewSessionOptions(); in TEST()1122 TF_SessionOptions* opts = TF_NewSessionOptions(); in TEST()1393 TF_SessionOptions* opt = TF_NewSessionOptions(); in TEST()1469 TF_SessionOptions* opt = TF_NewSessionOptions(); in TEST()1911 TF_SessionOptions* opts = TF_NewSessionOptions(); in TEST_F()
141 TF_CAPI_EXPORT extern TF_SessionOptions* TF_NewSessionOptions(void);
454 TF_SessionOptions* opts = TF_NewSessionOptions(); in CSession()
117 TF_SessionOptions* TF_NewSessionOptions() { return new TF_SessionOptions; } in TF_NewSessionOptions() function
325 opt := C.TF_NewSessionOptions()
65 return TFSessionOptionsPtr(TF_NewSessionOptions(), &TF_DeleteSessionOptions); in createTFSessionOptions()