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 62 if c_api.TF_DeleteImportGraphDefOptions is not None:
63 c_api.TF_DeleteImportGraphDefOptions(self.options)
  /external/tensorflow/tensorflow/java/src/main/native/
graph_jni.cc 104 TF_DeleteImportGraphDefOptions(opts);
  /external/tensorflow/tensorflow/go/
graph.go 100 defer C.TF_DeleteImportGraphDefOptions(opts)
  /external/tensorflow/tensorflow/c/
c_api_test.cc 697 TF_DeleteImportGraphDefOptions(opts);
744 TF_DeleteImportGraphDefOptions(opts);
781 TF_DeleteImportGraphDefOptions(opts);
801 TF_DeleteImportGraphDefOptions(opts);
    [all...]
c_api.h     [all...]
c_api.cc     [all...]

Completed in 72 milliseconds