HomeSort by relevance Sort by last modified time
    Searched refs:TF_DeleteImportGraphDefOptions (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/framework/
c_api_util.py 64 if c_api is not None and c_api.TF_DeleteImportGraphDefOptions is not None:
65 c_api.TF_DeleteImportGraphDefOptions(self.options)
  /external/tensorflow/tensorflow/java/src/main/native/
graph_jni.cc 113 TF_DeleteImportGraphDefOptions(opts);
  /external/tensorflow/tensorflow/c/
c_api_test.cc 718 TF_DeleteImportGraphDefOptions(opts);
765 TF_DeleteImportGraphDefOptions(opts);
802 TF_DeleteImportGraphDefOptions(opts);
822 TF_DeleteImportGraphDefOptions(opts);
    [all...]
c_api.h     [all...]
c_api.cc     [all...]
  /external/tensorflow/tensorflow/go/
graph.go 111 defer C.TF_DeleteImportGraphDefOptions(opts)

Completed in 417 milliseconds