Searched refs:TF_ImportGraphDefOptions (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 746 typedef struct TF_ImportGraphDefOptions TF_ImportGraphDefOptions; typedef 748 TF_CAPI_EXPORT extern TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions( 751 TF_ImportGraphDefOptions* opts); 757 TF_ImportGraphDefOptions* opts, const char* prefix); 763 TF_ImportGraphDefOptions* opts, const char* device); 771 TF_ImportGraphDefOptions* opts, unsigned char uniquify_names); 777 TF_ImportGraphDefOptions* opts, unsigned char uniquify_prefix); 784 TF_ImportGraphDefOptions* opts, const char* src_name, int src_index, 792 TF_ImportGraphDefOptions* opts, const char* src_name, TF_Operation* dst); 797 TF_ImportGraphDefOptions* opts, TF_Operation* oper); [all …]
|
D | c_api.cc | 1635 TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions() { in TF_NewImportGraphDefOptions() 1636 return new TF_ImportGraphDefOptions; in TF_NewImportGraphDefOptions() 1638 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() 1641 void TF_ImportGraphDefOptionsSetPrefix(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetPrefix() 1645 void TF_ImportGraphDefOptionsSetDefaultDevice(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetDefaultDevice() 1650 void TF_ImportGraphDefOptionsSetUniquifyNames(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetUniquifyNames() 1655 void TF_ImportGraphDefOptionsSetUniquifyPrefix(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetUniquifyPrefix() 1660 void TF_ImportGraphDefOptionsAddInputMapping(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsAddInputMapping() 1671 TF_ImportGraphDefOptions* opts, const char* src_name, TF_Operation* dst) { in TF_ImportGraphDefOptionsRemapControlDependency() 1677 TF_ImportGraphDefOptions* opts, TF_Operation* oper) { in TF_ImportGraphDefOptionsAddControlDependency() [all …]
|
D | c_api_internal.h | 136 struct TF_ImportGraphDefOptions { struct
|
D | c_api_experimental.h | 305 TF_ImportGraphDefOptions* opts, unsigned char enable);
|
D | c_api_experimental.cc | 705 TF_ImportGraphDefOptions* opts, unsigned char enable) { in TF_ImportGraphDefOptionsSetValidateColocationConstraints()
|
D | c_api_test.cc | 719 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST() 896 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST() 947 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()
|
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_wrapper.cc | 88 PYBIND11_MAKE_OPAQUE(TF_ImportGraphDefOptions); 116 py::class_<TF_ImportGraphDefOptions> TF_ImportGraphDefOptions_class( in PYBIND11_MODULE() 791 const TF_ImportGraphDefOptions* options) { in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | graph_jni.cc | 92 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in Java_org_tensorflow_Graph_importGraphDef()
|