Searched refs:TF_NewImportGraphDefOptions (Results 1 – 7 of 7) sorted by relevance
67 self.options = c_api.TF_NewImportGraphDefOptions()
716 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()756 opts = TF_NewImportGraphDefOptions(); in TEST()803 opts = TF_NewImportGraphDefOptions(); in TEST()840 opts = TF_NewImportGraphDefOptions(); in TEST()893 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()944 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()952 opts = TF_NewImportGraphDefOptions(); in TEST()
726 TF_CAPI_EXPORT extern TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions(
1614 TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions() { in TF_NewImportGraphDefOptions() function2233 TF_ImportGraphDefOptions* import_opts = TF_NewImportGraphDefOptions(); in TF_LoadSessionFromSavedModel()
92 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in Java_org_tensorflow_Graph_importGraphDef()
139 opts := C.TF_NewImportGraphDefOptions()
766 m.def("TF_NewImportGraphDefOptions", TF_NewImportGraphDefOptions, in PYBIND11_MODULE()