Searched refs:TF_ImportGraphDefOptions (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | c_api.h | 739 typedef struct TF_ImportGraphDefOptions TF_ImportGraphDefOptions; typedef 741 TF_CAPI_EXPORT extern TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions( 744 TF_ImportGraphDefOptions* opts); 750 TF_ImportGraphDefOptions* opts, const char* prefix); 756 TF_ImportGraphDefOptions* opts, const char* device); 764 TF_ImportGraphDefOptions* opts, unsigned char uniquify_names); 770 TF_ImportGraphDefOptions* opts, unsigned char uniquify_prefix); 777 TF_ImportGraphDefOptions* opts, const char* src_name, int src_index, 785 TF_ImportGraphDefOptions* opts, const char* src_name, TF_Operation* dst); 790 TF_ImportGraphDefOptions* opts, TF_Operation* oper); [all …]
|
H A D | c_api.cc | 1639 TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions() { in TF_NewImportGraphDefOptions() 1640 return new TF_ImportGraphDefOptions; in TF_NewImportGraphDefOptions() 1642 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() 1645 void TF_ImportGraphDefOptionsSetPrefix(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetPrefix() 1649 void TF_ImportGraphDefOptionsSetDefaultDevice(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetDefaultDevice() 1654 void TF_ImportGraphDefOptionsSetUniquifyNames(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetUniquifyNames() 1659 void TF_ImportGraphDefOptionsSetUniquifyPrefix(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetUniquifyPrefix() 1664 void TF_ImportGraphDefOptionsAddInputMapping(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsAddInputMapping() 1675 TF_ImportGraphDefOptions* opts, const char* src_name, TF_Operation* dst) { in TF_ImportGraphDefOptionsRemapControlDependency() 1681 TF_ImportGraphDefOptions* opts, TF_Operation* oper) { in TF_ImportGraphDefOptionsAddControlDependency() [all …]
|
H A D | c_api_internal.h | 136 struct TF_ImportGraphDefOptions { struct
|
H A D | c_api_experimental.h | 309 TF_ImportGraphDefOptions* opts, unsigned char enable);
|
H A D | c_api_experimental.cc | 713 TF_ImportGraphDefOptions* opts, unsigned char enable) { in TF_ImportGraphDefOptionsSetValidateColocationConstraints()
|
H A 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()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/client/ |
H A D | tf_session_wrapper.cc | 94 PYBIND11_MAKE_OPAQUE(TF_ImportGraphDefOptions); 122 py::class_<TF_ImportGraphDefOptions> TF_ImportGraphDefOptions_class( in PYBIND11_MODULE() 816 const TF_ImportGraphDefOptions* options) { in PYBIND11_MODULE()
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/ |
H A D | graph_jni.cc | 92 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in Java_org_tensorflow_Graph_importGraphDef()
|