Searched refs:TF_NewImportGraphDefOptions (Results 1 – 7 of 7) sorted by relevance
61 self.options = c_api.TF_NewImportGraphDefOptions()
679 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()719 opts = TF_NewImportGraphDefOptions(); in TEST()766 opts = TF_NewImportGraphDefOptions(); in TEST()803 opts = TF_NewImportGraphDefOptions(); in TEST()856 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()907 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()915 opts = TF_NewImportGraphDefOptions(); in TEST()
717 TF_CAPI_EXPORT extern TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions(
1611 TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions() { in TF_NewImportGraphDefOptions() function2229 TF_ImportGraphDefOptions* import_opts = TF_NewImportGraphDefOptions(); in TF_LoadSessionFromSavedModel()
115 opts := C.TF_NewImportGraphDefOptions()
92 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in Java_org_tensorflow_Graph_importGraphDef()
749 m.def("TF_NewImportGraphDefOptions", TF_NewImportGraphDefOptions, in PYBIND11_MODULE()