Home
last modified time | relevance | path

Searched refs:TF_ImportGraphDefOptions (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api.h746 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 …]
Dc_api.cc1635 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 …]
Dc_api_internal.h136 struct TF_ImportGraphDefOptions { struct
Dc_api_experimental.h305 TF_ImportGraphDefOptions* opts, unsigned char enable);
Dc_api_experimental.cc705 TF_ImportGraphDefOptions* opts, unsigned char enable) { in TF_ImportGraphDefOptionsSetValidateColocationConstraints()
Dc_api_test.cc719 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/
Dtf_session_wrapper.cc88 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/
Dgraph_jni.cc92 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in Java_org_tensorflow_Graph_importGraphDef()